#C56ACD

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

Shades of Orchid #C56ACD

Tints of Orchid #C56ACD

Color information

#C56ACD (or 0xC56ACD) is unknown color: approx Orchid. HEX triplet: C5, 6A and CD. RGB value is (197,106,205). Sum of RGB (Red+Green+Blue) = 197+106+205=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 106 (41.80% from 255 or 20.87% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #C56ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56ACD is #3A9532. Grayscale: #909090. Windows color (decimal): -3839283 or 13462213. OLE color: 13462213.

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

Color convert

RGB197106205-
CMYK0.040.4800.20
HSL295.15º49.75%60.98%-
HSV(B)295.15º48.29%80.39%-
XYZ39.226.5960.82-
YUV144.5162.15165.45-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.78%
GREEN value IS 106 (41.80% from 255) = 20.87%
BLUE value IS 205 (80.47% from 255) = 40.35%
R=38.78%
G=20.87%
B=40.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1971062050.040.4800.20295.1549.7560.98
HexC56ACD430014127323d
Octal3051523154600244476275
Binary11000101110101011001101100110000010100100100111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56ACD; }

 p { color: rgb(197,106,205); }

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

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

 a { background-color: rgb(197,106,205); }

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

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

 span { border-color: rgb(197,106,205); }

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