#C566D4

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

Shades of Medium Orchid #C566D4

Tints of Medium Orchid #C566D4

Color information

#C566D4 (or 0xC566D4) is unknown color: approx Medium Orchid. HEX triplet: C5, 66 and D4. RGB value is (197,102,212). Sum of RGB (Red+Green+Blue) = 197+102+212=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 102 (40.23% from 255 or 19.96% from 511); Blue value is 212 (83.20% from 255 or 41.49% from 511); Max value from RGB is 212 - color contains mainly: blue. Hex color #C566D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C566D4 is #3A992B. Grayscale: #8E8E8E. Windows color (decimal): -3840300 or 13919941. OLE color: 13919941.

HSL color Cylindrical-coordinate representation of color #C566D4: hue angle of 291.82º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C566D4 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB197102212-
CMYK0.070.5200.17
HSL291.82º56.12%61.57%-
HSV(B)291.82º51.89%83.14%-
XYZ39.6626.1365.24-
YUV142.94166.97166.56-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.55%
GREEN value IS 102 (40.23% from 255) = 19.96%
BLUE value IS 212 (83.20% from 255) = 41.49%
R=38.55%
G=19.96%
B=41.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1971022120.070.5200.17291.8256.1261.57
HexC566D4734011124383e
Octal3051463247640214447076
Binary11000101110011011010100111110100010001100100100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C566D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C566D4; }

 p { color: rgb(197,102,212); }

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

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

 a { background-color: rgb(197,102,212); }

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

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

 span { border-color: rgb(197,102,212); }

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