#C96FC1

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

Shades of Orchid #C96FC1

Tints of Orchid #C96FC1

Color information

#C96FC1 (or 0xC96FC1) is unknown color: approx Orchid. HEX triplet: C9, 6F and C1. RGB value is (201,111,193). Sum of RGB (Red+Green+Blue) = 201+111+193=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 111 (43.75% from 255 or 21.98% from 505); Blue value is 193 (75.78% from 255 or 38.22% from 505); Max value from RGB is 201 - color contains mainly: red. Hex color #C96FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96FC1 is #36903E. Grayscale: #939393. Windows color (decimal): -3575871 or 12677065. OLE color: 12677065.

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

Color convert

RGB201111193-
CMYK00.450.040.21
HSL305.33º45.45%61.18%-
HSV(B)305.33º44.78%78.82%-
XYZ39.427.6453.71-
YUV147.26153.82166.33-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.80%
GREEN value IS 111 (43.75% from 255) = 21.98%
BLUE value IS 193 (75.78% from 255) = 38.22%
R=39.80%
G=21.98%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111119300.450.040.21305.3345.4561.18
HexC96FC102D4151312d3d
Octal3111573010554254615575
Binary11001001110111111000001010110110010101100110001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96FC1; }

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

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

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

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

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

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

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

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