#C56FCE

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

Shades of Orchid #C56FCE

Tints of Orchid #C56FCE

Color information

#C56FCE (or 0xC56FCE) is unknown color: approx Orchid. HEX triplet: C5, 6F and CE. RGB value is (197,111,206). Sum of RGB (Red+Green+Blue) = 197+111+206=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 111 (43.75% from 255 or 21.60% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #C56FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56FCE is #3A9031. Grayscale: #939393. Windows color (decimal): -3838002 or 13529029. OLE color: 13529029.

HSL color Cylindrical-coordinate representation of color #C56FCE: hue angle of 294.32º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C56FCE is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB197111206-
CMYK0.040.4600.19
HSL294.32º49.22%62.16%-
HSV(B)294.32º46.12%80.78%-
XYZ39.8527.761.64-
YUV147.54160.99163.28-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.33%
GREEN value IS 111 (43.75% from 255) = 21.60%
BLUE value IS 206 (80.86% from 255) = 40.08%
R=38.33%
G=21.60%
B=40.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1971112060.040.4600.19294.3249.2262.16
HexC56FCE42E013126313e
Octal3051573164560234466176
Binary11000101110111111001110100101110010011100100110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56FCE; }

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

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

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

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

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

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

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

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