#C96CC6

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

Shades of Orchid #C96CC6

Tints of Orchid #C96CC6

Color information

#C96CC6 (or 0xC96CC6) is unknown color: approx Orchid. HEX triplet: C9, 6C and C6. RGB value is (201,108,198). Sum of RGB (Red+Green+Blue) = 201+108+198=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 198 (77.73% from 255 or 39.05% from 507); Max value from RGB is 201 - color contains mainly: red. Hex color #C96CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96CC6 is #369339. Grayscale: #919191. Windows color (decimal): -3576634 or 13003977. OLE color: 13003977.

HSL color Cylindrical-coordinate representation of color #C96CC6: hue angle of 301.94º 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 #C96CC6 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB201108198-
CMYK00.460.010.21
HSL301.94º46.27%60.59%-
HSV(B)301.94º46.27%78.82%-
XYZ39.6427.2256.59-
YUV146.07157.31167.18-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.64%
GREEN value IS 108 (42.58% from 255) = 21.30%
BLUE value IS 198 (77.73% from 255) = 39.05%
R=39.64%
G=21.30%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110819800.460.010.21301.9446.2760.59
HexC96CC602E11512e2e3d
Octal3111543060561254565675
Binary110010011101100110001100101110110101100101110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96CC6; }

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

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

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

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

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

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

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

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