#C56BCE

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

Shades of Orchid #C56BCE

Tints of Orchid #C56BCE

Color information

#C56BCE (or 0xC56BCE) is unknown color: approx Orchid. HEX triplet: C5, 6B and CE. RGB value is (197,107,206). Sum of RGB (Red+Green+Blue) = 197+107+206=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 107 (42.19% from 255 or 20.98% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #C56BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56BCE is #3A9431. Grayscale: #909090. Windows color (decimal): -3839026 or 13528005. OLE color: 13528005.

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

Color convert

RGB197107206-
CMYK0.040.4800.19
HSL294.55º50.25%61.37%-
HSV(B)294.55º48.06%80.78%-
XYZ39.4226.8461.5-
YUV145.2162.32164.95-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.63%
GREEN value IS 107 (42.19% from 255) = 20.98%
BLUE value IS 206 (80.86% from 255) = 40.39%
R=38.63%
G=20.98%
B=40.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1971072060.040.4800.19294.5550.2561.37
HexC56BCE430013127323d
Octal3051533164600234476275
Binary11000101110101111001110100110000010011100100111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56BCE; }

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

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

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

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

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

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

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

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