#C56ED0

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

Shades of Orchid #C56ED0

Tints of Orchid #C56ED0

Color information

#C56ED0 (or 0xC56ED0) is unknown color: approx Orchid. HEX triplet: C5, 6E and D0. RGB value is (197,110,208). Sum of RGB (Red+Green+Blue) = 197+110+208=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 110 (43.36% from 255 or 21.36% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 208 - color contains mainly: blue. Hex color #C56ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56ED0 is #3A912F. Grayscale: #929292. Windows color (decimal): -3838256 or 13659845. OLE color: 13659845.

HSL color Cylindrical-coordinate representation of color #C56ED0: hue angle of 293.27º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C56ED0 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB197110208-
CMYK0.050.4700.18
HSL293.27º51.04%62.35%-
HSV(B)293.27º47.12%81.57%-
XYZ39.9927.5862.89-
YUV147.18162.32163.53-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.25%
GREEN value IS 110 (43.36% from 255) = 21.36%
BLUE value IS 208 (81.64% from 255) = 40.39%
R=38.25%
G=21.36%
B=40.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1971102080.050.4700.18293.2751.0462.35
HexC56ED052F012125333e
Octal3051563205570224456376
Binary11000101110111011010000101101111010010100100101110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56ED0; }

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

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

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

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

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

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

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

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