#C96FBF

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

Shades of Orchid #C96FBF

Tints of Orchid #C96FBF

Color information

#C96FBF (or 0xC96FBF) is unknown color: approx Orchid. HEX triplet: C9, 6F and BF. RGB value is (201,111,191). Sum of RGB (Red+Green+Blue) = 201+111+191=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 111 (43.75% from 255 or 22.07% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 201 - color contains mainly: red. Hex color #C96FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96FBF is #369040. Grayscale: #929292. Windows color (decimal): -3575873 or 12545993. OLE color: 12545993.

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

Color convert

RGB201111191-
CMYK00.450.050.21
HSL306.67º45.45%61.18%-
HSV(B)306.67º44.78%78.82%-
XYZ39.1827.5552.54-
YUV147.03152.82166.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.96%
GREEN value IS 111 (43.75% from 255) = 22.07%
BLUE value IS 191 (75% from 255) = 37.97%
R=39.96%
G=22.07%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111119100.450.050.21306.6745.4561.18
HexC96FBF02D5151332d3d
Octal3111572770555254635575
Binary11001001110111110111111010110110110101100110011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96FBF; }

 p { color: rgb(201,111,191); }

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

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

 a { background-color: rgb(201,111,191); }

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

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

 span { border-color: rgb(201,111,191); }

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