#C56ECA

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

Shades of Orchid #C56ECA

Tints of Orchid #C56ECA

Color information

#C56ECA (or 0xC56ECA) is unknown color: approx Orchid. HEX triplet: C5, 6E and CA. RGB value is (197,110,202). Sum of RGB (Red+Green+Blue) = 197+110+202=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 110 (43.36% from 255 or 21.61% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #C56ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56ECA is #3A9135. Grayscale: #929292. Windows color (decimal): -3838262 or 13266629. OLE color: 13266629.

HSL color Cylindrical-coordinate representation of color #C56ECA: hue angle of 296.74º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C56ECA is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB197110202-
CMYK0.020.4600.21
HSL296.74º46.46%61.18%-
HSV(B)296.74º45.54%79.22%-
XYZ39.2627.2959.07-
YUV146.5159.32164.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.70%
GREEN value IS 110 (43.36% from 255) = 21.61%
BLUE value IS 202 (79.30% from 255) = 39.69%
R=38.70%
G=21.61%
B=39.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1971102020.020.4600.21296.7446.4661.18
HexC56ECA22E0151292e3d
Octal3051563122560254515675
Binary1100010111011101100101010101110010101100101001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56ECA; }

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

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

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

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

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

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

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

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