#C96BD9

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

Shades of Orchid #C96BD9

Tints of Orchid #C96BD9

Color information

#C96BD9 (or 0xC96BD9) is unknown color: approx Orchid. HEX triplet: C9, 6B and D9. RGB value is (201,107,217). Sum of RGB (Red+Green+Blue) = 201+107+217=525 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.29% from 525); Green value is 107 (42.19% from 255 or 20.38% from 525); Blue value is 217 (85.16% from 255 or 41.33% from 525); Max value from RGB is 217 - color contains mainly: blue. Hex color #C96BD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96BD9 is #369426. Grayscale: #939393. Windows color (decimal): -3576871 or 14248905. OLE color: 14248905.

HSL color Cylindrical-coordinate representation of color #C96BD9: hue angle of 291.27º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C96BD9 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB201107217-
CMYK0.070.5100.15
HSL291.27º59.14%63.53%-
HSV(B)291.27º50.69%85.1%-
XYZ41.8727.9468.83-
YUV147.65167.14166.06-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.29%
GREEN value IS 107 (42.19% from 255) = 20.38%
BLUE value IS 217 (85.16% from 255) = 41.33%
R=38.29%
G=20.38%
B=41.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2011072170.070.5100.15291.2759.1463.53
HexC96BD97330F1233b40
Octal31115333176301744373100
Binary11001001110101111011001111110011011111001000111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96BD9; }

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

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

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

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

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

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

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

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