#C56FC6

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

Shades of Orchid #C56FC6

Tints of Orchid #C56FC6

Color information

#C56FC6 (or 0xC56FC6) is unknown color: approx Orchid. HEX triplet: C5, 6F and C6. RGB value is (197,111,198). Sum of RGB (Red+Green+Blue) = 197+111+198=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 111 (43.75% from 255 or 21.94% from 506); Blue value is 198 (77.73% from 255 or 39.13% from 506); Max value from RGB is 198 - color contains mainly: blue. Hex color #C56FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56FC6 is #3A9039. Grayscale: #929292. Windows color (decimal): -3838010 or 13004741. OLE color: 13004741.

HSL color Cylindrical-coordinate representation of color #C56FC6: hue angle of 299.31º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C56FC6 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB197111198-
CMYK0.010.4400.22
HSL299.31º43.28%60.59%-
HSV(B)299.31º43.94%77.65%-
XYZ38.927.3256.65-
YUV146.63156.99163.93-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.93%
GREEN value IS 111 (43.75% from 255) = 21.94%
BLUE value IS 198 (77.73% from 255) = 39.13%
R=38.93%
G=21.94%
B=39.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1971111980.010.4400.22299.3143.2860.59
HexC56FC612C01612b2b3d
Octal3051573061540264535375
Binary110001011101111110001101101100010110100101011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56FC6; }

 p { color: rgb(197,111,198); }

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

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

 a { background-color: rgb(197,111,198); }

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

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

 span { border-color: rgb(197,111,198); }

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