#C96AD5

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

Shades of Orchid #C96AD5

Tints of Orchid #C96AD5

Color information

#C96AD5 (or 0xC96AD5) is unknown color: approx Orchid. HEX triplet: C9, 6A and D5. RGB value is (201,106,213). Sum of RGB (Red+Green+Blue) = 201+106+213=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 106 (41.80% from 255 or 20.38% from 520); Blue value is 213 (83.59% from 255 or 40.96% from 520); Max value from RGB is 213 - color contains mainly: blue. Hex color #C96AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96AD5 is #36952A. Grayscale: #929292. Windows color (decimal): -3577131 or 13986505. OLE color: 13986505.

HSL color Cylindrical-coordinate representation of color #C96AD5: hue angle of 293.27º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C96AD5 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB201106213-
CMYK0.060.5000.16
HSL293.27º56.02%62.55%-
HSV(B)293.27º50.23%83.53%-
XYZ41.2527.5366.09-
YUV146.6165.47166.8-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.65%
GREEN value IS 106 (41.80% from 255) = 20.38%
BLUE value IS 213 (83.59% from 255) = 40.96%
R=38.65%
G=20.38%
B=40.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2011062130.060.5000.16293.2756.0262.55
HexC96AD5632010125383f
Octal3111523256620204457077
Binary11001001110101011010101110110010010000100100101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96AD5; }

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

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

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

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

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

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

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

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