#C96ADD

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

Shades of Orchid #C96ADD

Tints of Orchid #C96ADD

Color information

#C96ADD (or 0xC96ADD) is unknown color: approx Orchid. HEX triplet: C9, 6A and DD. RGB value is (201,106,221). Sum of RGB (Red+Green+Blue) = 201+106+221=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 106 (41.80% from 255 or 20.08% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #C96ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96ADD is #369522. Grayscale: #939393. Windows color (decimal): -3577123 or 14510793. OLE color: 14510793.

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

Color convert

RGB201106221-
CMYK0.090.5200.13
HSL289.57º62.84%64.12%-
HSV(B)289.57º52.04%86.67%-
XYZ42.2927.9571.57-
YUV147.51169.47166.15-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.07%
GREEN value IS 106 (41.80% from 255) = 20.08%
BLUE value IS 221 (86.72% from 255) = 41.86%
R=38.07%
G=20.08%
B=41.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011062210.090.5200.13289.5762.8464.12
HexC96ADD9340D1223f40
Octal311152335116401544277100
Binary110010011101010110111011001110100011011001000101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96ADD; }

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

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

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

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

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

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

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

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