#C453D4

Color #C453D4 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C453D4

Tints of Medium Orchid #C453D4

Color information

#C453D4 (or 0xC453D4) is unknown color: approx Medium Orchid. HEX triplet: C4, 53 and D4. RGB value is (196,83,212). Sum of RGB (Red+Green+Blue) = 196+83+212=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 83 (32.81% from 255 or 16.90% from 491); Blue value is 212 (83.20% from 255 or 43.18% from 491); Max value from RGB is 212 - color contains mainly: blue. Hex color #C453D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C453D4 is #3BAC2B. Grayscale: #838383. Windows color (decimal): -3910700 or 13915076. OLE color: 13915076.

HSL color Cylindrical-coordinate representation of color #C453D4: hue angle of 292.56º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C453D4 is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB19683212-
CMYK0.080.6100.17
HSL292.56º60%57.84%-
HSV(B)292.56º60.85%83.14%-
XYZ37.7422.6864.67-
YUV131.49173.44174.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 39.92%
GREEN value IS 83 (32.81% from 255) = 16.90%
BLUE value IS 212 (83.20% from 255) = 43.18%
R=39.92%
G=16.90%
B=43.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal196832120.080.6100.17292.566057.84
HexC453D483D0111253c3a
Octal30412332410750214457472
Binary110001001010011110101001000111101010001100100101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C453D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C453D4; }

 p { color: rgb(196,83,212); }

 H1.HeaderClassName
 {
   color: #C453D4;
 }
 .AnyTagClassName
 {
   color: #C453D4;
 }
</style>
background-color css

<style>
 a { background-color: #C453D4; }

 a { background-color: rgb(196,83,212); }

 div.DivClassName
 {
   background-color: #C453D4;
 }
 .BgClassName
 {
   background-color: #C453D4;
 }
</style>
border-color css

<style>
 span { border-color: #C453D4; }

 span { border-color: rgb(196,83,212); }

 td.TdClassName
 {
   border-color: #C453D4;
 }
 .TagClassName
 {
   border-color: #C453D4;
 }
</style>