#C96ACD

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

Shades of Orchid #C96ACD

Tints of Orchid #C96ACD

Color information

#C96ACD (or 0xC96ACD) is unknown color: approx Orchid. HEX triplet: C9, 6A and CD. RGB value is (201,106,205). Sum of RGB (Red+Green+Blue) = 201+106+205=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 106 (41.80% from 255 or 20.70% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #C96ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96ACD is #369532. Grayscale: #919191. Windows color (decimal): -3577139 or 13462217. OLE color: 13462217.

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

Color convert

RGB201106205-
CMYK0.020.4800.20
HSL297.58º49.75%60.98%-
HSV(B)297.58º48.29%80.39%-
XYZ40.2627.1360.87-
YUV145.69161.47167.45-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.26%
GREEN value IS 106 (41.80% from 255) = 20.70%
BLUE value IS 205 (80.47% from 255) = 40.04%
R=39.26%
G=20.70%
B=40.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011062050.020.4800.20297.5849.7560.98
HexC96ACD23001412a323d
Octal3111523152600244526275
Binary1100100111010101100110110110000010100100101010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96ACD; }

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

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

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

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

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

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

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

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