#C552DF

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

Shades of Medium Orchid #C552DF

Tints of Medium Orchid #C552DF

Color information

#C552DF (or 0xC552DF) is unknown color: approx Medium Orchid. HEX triplet: C5, 52 and DF. RGB value is (197,82,223). Sum of RGB (Red+Green+Blue) = 197+82+223=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 82 (32.42% from 255 or 16.33% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #C552DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C552DF is #3AAD20. Grayscale: #848484. Windows color (decimal): -3845409 or 14635717. OLE color: 14635717.

HSL color Cylindrical-coordinate representation of color #C552DF: hue angle of 288.94º 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 #C552DF is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19782223-
CMYK0.120.6300.13
HSL288.94º68.78%59.8%-
HSV(B)288.94º63.23%87.45%-
XYZ39.3623.2372.22-
YUV132.46179.1174.04-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.24%
GREEN value IS 82 (32.42% from 255) = 16.33%
BLUE value IS 223 (87.5% from 255) = 44.42%
R=39.24%
G=16.33%
B=44.42%

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
Decimal197822230.120.6300.13288.9468.7859.8
HexC552DFC3F0D121453c
Octal305122337147701544110574
Binary110001011010010110111111100111111011011001000011000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C552DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C552DF; }

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

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

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

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

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

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

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

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