#C452DF

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

Shades of Medium Orchid #C452DF

Tints of Medium Orchid #C452DF

Color information

#C452DF (or 0xC452DF) is unknown color: approx Medium Orchid. HEX triplet: C4, 52 and DF. RGB value is (196,82,223). Sum of RGB (Red+Green+Blue) = 196+82+223=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 82 (32.42% from 255 or 16.37% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #C452DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C452DF is #3BAD20. Grayscale: #838383. Windows color (decimal): -3910945 or 14635716. OLE color: 14635716.

HSL color Cylindrical-coordinate representation of color #C452DF: hue angle of 288.51º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C452DF is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19682223-
CMYK0.120.6300.13
HSL288.51º68.78%59.8%-
HSV(B)288.51º63.23%87.45%-
XYZ39.123.172.21-
YUV132.16179.27173.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.12%
GREEN value IS 82 (32.42% from 255) = 16.37%
BLUE value IS 223 (87.5% from 255) = 44.51%
R=39.12%
G=16.37%
B=44.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal196822230.120.6300.13288.5168.7859.8
HexC452DFC3F0D121453c
Octal304122337147701544110574
Binary110001001010010110111111100111111011011001000011000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C452DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C452DF; }

 p { color: rgb(196,82,223); }

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

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

 a { background-color: rgb(196,82,223); }

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

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

 span { border-color: rgb(196,82,223); }

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