#C56DC9

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

Shades of Orchid #C56DC9

Tints of Orchid #C56DC9

Color information

#C56DC9 (or 0xC56DC9) is unknown color: approx Orchid. HEX triplet: C5, 6D and C9. RGB value is (197,109,201). Sum of RGB (Red+Green+Blue) = 197+109+201=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 201 (78.91% from 255 or 39.64% from 507); Max value from RGB is 201 - color contains mainly: blue. Hex color #C56DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56DC9 is #3A9236. Grayscale: #919191. Windows color (decimal): -3838519 or 13200837. OLE color: 13200837.

HSL color Cylindrical-coordinate representation of color #C56DC9: hue angle of 297.39º 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 #C56DC9 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB197109201-
CMYK0.020.4600.21
HSL297.39º46%60.78%-
HSV(B)297.39º45.77%78.82%-
XYZ39.0427.0258.42-
YUV145.8159.15164.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.86%
GREEN value IS 109 (42.97% from 255) = 21.50%
BLUE value IS 201 (78.91% from 255) = 39.64%
R=38.86%
G=21.50%
B=39.64%

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
Decimal1971092010.020.4600.21297.394660.78
HexC56DC922E0151292e3d
Octal3051553112560254515675
Binary1100010111011011100100110101110010101100101001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56DC9; }

 p { color: rgb(197,109,201); }

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

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

 a { background-color: rgb(197,109,201); }

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

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

 span { border-color: rgb(197,109,201); }

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