#C96FC3

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

Shades of Orchid #C96FC3

Tints of Orchid #C96FC3

Color information

#C96FC3 (or 0xC96FC3) is unknown color: approx Orchid. HEX triplet: C9, 6F and C3. RGB value is (201,111,195). Sum of RGB (Red+Green+Blue) = 201+111+195=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 195 (76.56% from 255 or 38.46% from 507); Max value from RGB is 201 - color contains mainly: red. Hex color #C96FC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96FC3 is #36903C. Grayscale: #939393. Windows color (decimal): -3575869 or 12808137. OLE color: 12808137.

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

Color convert

RGB201111195-
CMYK00.450.030.21
HSL304º45.45%61.18%-
HSV(B)304º44.78%78.82%-
XYZ39.6227.7354.89-
YUV147.49154.82166.17-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.64%
GREEN value IS 111 (43.75% from 255) = 21.89%
BLUE value IS 195 (76.56% from 255) = 38.46%
R=39.64%
G=21.89%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111119500.450.030.2130445.4561.18
HexC96FC302D3151302d3d
Octal3111573030553254605575
Binary1100100111011111100001101011011110101100110000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96FC3; }

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

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

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

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

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

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

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

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