#C56DCF

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

Shades of Orchid #C56DCF

Tints of Orchid #C56DCF

Color information

#C56DCF (or 0xC56DCF) is unknown color: approx Orchid. HEX triplet: C5, 6D and CF. RGB value is (197,109,207). Sum of RGB (Red+Green+Blue) = 197+109+207=513 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.40% from 513); Green value is 109 (42.97% from 255 or 21.25% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #C56DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56DCF is #3A9230. Grayscale: #929292. Windows color (decimal): -3838513 or 13594053. OLE color: 13594053.

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

Color convert

RGB197109207-
CMYK0.050.4700.19
HSL293.88º50.52%61.96%-
HSV(B)293.88º47.34%81.18%-
XYZ39.7627.3162.21-
YUV146.48162.15164.03-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.40%
GREEN value IS 109 (42.97% from 255) = 21.25%
BLUE value IS 207 (81.25% from 255) = 40.35%
R=38.40%
G=21.25%
B=40.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1971092070.050.4700.19293.8850.5261.96
HexC56DCF52F013126333e
Octal3051553175570234466376
Binary11000101110110111001111101101111010011100100110110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56DCF; }

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

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

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

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

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

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

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

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