#C96BC8

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

Shades of Orchid #C96BC8

Tints of Orchid #C96BC8

Color information

#C96BC8 (or 0xC96BC8) is unknown color: approx Orchid. HEX triplet: C9, 6B and C8. RGB value is (201,107,200). Sum of RGB (Red+Green+Blue) = 201+107+200=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 200 (78.52% from 255 or 39.37% from 508); Max value from RGB is 201 - color contains mainly: red. Hex color #C96BC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96BC8 is #369437. Grayscale: #919191. Windows color (decimal): -3576888 or 13134793. OLE color: 13134793.

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

Color convert

RGB201107200-
CMYK00.470.000.21
HSL300.64º46.53%60.39%-
HSV(B)300.64º46.77%78.82%-
XYZ39.7727.157.78-
YUV145.71158.64167.44-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.57%
GREEN value IS 107 (42.19% from 255) = 21.06%
BLUE value IS 200 (78.52% from 255) = 39.37%
R=39.57%
G=21.06%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110720000.470.000.21300.6446.5360.39
HexC96BC802F01512d2f3c
Octal3111533100570254555774
Binary110010011101011110010000101111010101100101101101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96BC8; }

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

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

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

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

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

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

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

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