#C56ECB

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

Shades of Orchid #C56ECB

Tints of Orchid #C56ECB

Color information

#C56ECB (or 0xC56ECB) is unknown color: approx Orchid. HEX triplet: C5, 6E and CB. RGB value is (197,110,203). Sum of RGB (Red+Green+Blue) = 197+110+203=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 110 (43.36% from 255 or 21.57% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #C56ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56ECB is #3A9134. Grayscale: #929292. Windows color (decimal): -3838261 or 13332165. OLE color: 13332165.

HSL color Cylindrical-coordinate representation of color #C56ECB: hue angle of 296.13º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C56ECB is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB197110203-
CMYK0.030.4600.20
HSL296.13º47.21%61.37%-
HSV(B)296.13º45.81%79.61%-
XYZ39.3827.3359.7-
YUV146.61159.82163.94-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.63%
GREEN value IS 110 (43.36% from 255) = 21.57%
BLUE value IS 203 (79.69% from 255) = 39.80%
R=38.63%
G=21.57%
B=39.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1971102030.030.4600.20296.1347.2161.37
HexC56ECB32E0141282f3d
Octal3051563133560244505775
Binary1100010111011101100101111101110010100100101000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56ECB; }

 p { color: rgb(197,110,203); }

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

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

 a { background-color: rgb(197,110,203); }

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

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

 span { border-color: rgb(197,110,203); }

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