#C96ADB

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

Shades of Orchid #C96ADB

Tints of Orchid #C96ADB

Color information

#C96ADB (or 0xC96ADB) is unknown color: approx Orchid. HEX triplet: C9, 6A and DB. RGB value is (201,106,219). Sum of RGB (Red+Green+Blue) = 201+106+219=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 106 (41.80% from 255 or 20.15% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #C96ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96ADB is #369524. Grayscale: #929292. Windows color (decimal): -3577125 or 14379721. OLE color: 14379721.

HSL color Cylindrical-coordinate representation of color #C96ADB: hue angle of 290.44º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C96ADB is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB201106219-
CMYK0.080.5200.14
HSL290.44º61.08%63.73%-
HSV(B)290.44º51.6%85.88%-
XYZ42.0327.8470.18-
YUV147.29168.47166.31-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.21%
GREEN value IS 106 (41.80% from 255) = 20.15%
BLUE value IS 219 (85.94% from 255) = 41.63%
R=38.21%
G=20.15%
B=41.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2011062190.080.5200.14290.4461.0863.73
HexC96ADB8340E1223d40
Octal311152333106401644275100
Binary110010011101010110110111000110100011101001000101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96ADB; }

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

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

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

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

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

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

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

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