#C96BC5

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

Shades of Orchid #C96BC5

Tints of Orchid #C96BC5

Color information

#C96BC5 (or 0xC96BC5) is unknown color: approx Orchid. HEX triplet: C9, 6B and C5. RGB value is (201,107,197). Sum of RGB (Red+Green+Blue) = 201+107+197=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 197 (77.34% from 255 or 39.01% from 505); Max value from RGB is 201 - color contains mainly: red. Hex color #C96BC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96BC5 is #36943A. Grayscale: #919191. Windows color (decimal): -3576891 or 12938185. OLE color: 12938185.

HSL color Cylindrical-coordinate representation of color #C96BC5: hue angle of 302.55º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C96BC5 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB201107197-
CMYK00.470.020.21
HSL302.55º46.53%60.39%-
HSV(B)302.55º46.77%78.82%-
XYZ39.4226.9655.95-
YUV145.37157.14167.68-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.80%
GREEN value IS 107 (42.19% from 255) = 21.19%
BLUE value IS 197 (77.34% from 255) = 39.01%
R=39.80%
G=21.19%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110719700.470.020.21302.5546.5360.39
HexC96BC502F21512f2f3c
Octal3111533050572254575774
Binary1100100111010111100010101011111010101100101111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96BC5; }

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

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

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

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

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

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

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

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