#C96CC5

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

Shades of Orchid #C96CC5

Tints of Orchid #C96CC5

Color information

#C96CC5 (or 0xC96CC5) is unknown color: approx Orchid. HEX triplet: C9, 6C and C5. RGB value is (201,108,197). Sum of RGB (Red+Green+Blue) = 201+108+197=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 201 - color contains mainly: red. Hex color #C96CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96CC5 is #36933A. Grayscale: #919191. Windows color (decimal): -3576635 or 12938441. OLE color: 12938441.

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

Color convert

RGB201108197-
CMYK00.460.020.21
HSL302.58º46.27%60.59%-
HSV(B)302.58º46.27%78.82%-
XYZ39.5327.1755.99-
YUV145.95156.81167.26-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.72%
GREEN value IS 108 (42.58% from 255) = 21.34%
BLUE value IS 197 (77.34% from 255) = 38.93%
R=39.72%
G=21.34%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110819700.460.020.21302.5846.2760.59
HexC96CC502E21512f2e3d
Octal3111543050562254575675
Binary1100100111011001100010101011101010101100101111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96CC5; }

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

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

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

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

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

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

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

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