#C96BD7

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

Shades of Orchid #C96BD7

Tints of Orchid #C96BD7

Color information

#C96BD7 (or 0xC96BD7) is unknown color: approx Orchid. HEX triplet: C9, 6B and D7. RGB value is (201,107,215). Sum of RGB (Red+Green+Blue) = 201+107+215=523 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.43% from 523); Green value is 107 (42.19% from 255 or 20.46% from 523); Blue value is 215 (84.38% from 255 or 41.11% from 523); Max value from RGB is 215 - color contains mainly: blue. Hex color #C96BD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96BD7 is #369428. Grayscale: #939393. Windows color (decimal): -3576873 or 14117833. OLE color: 14117833.

HSL color Cylindrical-coordinate representation of color #C96BD7: hue angle of 292.22º degrees, saturation: 0.57, 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 #C96BD7 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB201107215-
CMYK0.070.5000.16
HSL292.22º57.45%63.14%-
HSV(B)292.22º50.23%84.31%-
XYZ41.6127.8467.47-
YUV147.42166.14166.22-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.43%
GREEN value IS 107 (42.19% from 255) = 20.46%
BLUE value IS 215 (84.38% from 255) = 41.11%
R=38.43%
G=20.46%
B=41.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2011072150.070.5000.16292.2257.4563.14
HexC96BD7732010124393f
Octal3111533277620204447177
Binary11001001110101111010111111110010010000100100100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96BD7; }

 p { color: rgb(201,107,215); }

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

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

 a { background-color: rgb(201,107,215); }

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

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

 span { border-color: rgb(201,107,215); }

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