#C96ADF

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

Shades of Orchid #C96ADF

Tints of Orchid #C96ADF

Color information

#C96ADF (or 0xC96ADF) is unknown color: approx Orchid. HEX triplet: C9, 6A and DF. RGB value is (201,106,223). Sum of RGB (Red+Green+Blue) = 201+106+223=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 106 (41.80% from 255 or 20% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #C96ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96ADF is #369520. Grayscale: #939393. Windows color (decimal): -3577121 or 14641865. OLE color: 14641865.

HSL color Cylindrical-coordinate representation of color #C96ADF: hue angle of 288.72º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C96ADF is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB201106223-
CMYK0.100.5200.13
HSL288.72º64.64%64.51%-
HSV(B)288.72º52.47%87.45%-
XYZ42.5628.0572.98-
YUV147.74170.47165.99-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.92%
GREEN value IS 106 (41.80% from 255) = 20%
BLUE value IS 223 (87.5% from 255) = 42.08%
R=37.92%
G=20%
B=42.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011062230.100.5200.13288.7264.6464.51
HexC96ADFA340D1214141
Octal3111523371264015441101101
Binary1100100111010101101111110101101000110110010000110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96ADF; }

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

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

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

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

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

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

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

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