#C564DF

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

Shades of Medium Orchid #C564DF

Tints of Medium Orchid #C564DF

Color information

#C564DF (or 0xC564DF) is unknown color: approx Medium Orchid. HEX triplet: C5, 64 and DF. RGB value is (197,100,223). Sum of RGB (Red+Green+Blue) = 197+100+223=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 100 (39.45% from 255 or 19.23% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #C564DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C564DF is #3A9B20. Grayscale: #8E8E8E. Windows color (decimal): -3840801 or 14640325. OLE color: 14640325.

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

Color convert

RGB197100223-
CMYK0.120.5500.13
HSL287.32º65.78%63.33%-
HSV(B)287.32º55.16%87.45%-
XYZ40.926.3172.74-
YUV143.02173.14166.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.88%
GREEN value IS 100 (39.45% from 255) = 19.23%
BLUE value IS 223 (87.5% from 255) = 42.88%
R=37.88%
G=19.23%
B=42.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1971002230.120.5500.13287.3265.7863.33
HexC564DFC370D11f423f
Octal305144337146701543710277
Binary110001011100100110111111100110111011011000111111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C564DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C564DF; }

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

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

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

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

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

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

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

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