#C96FD0

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

Shades of Orchid #C96FD0

Tints of Orchid #C96FD0

Color information

#C96FD0 (or 0xC96FD0) is unknown color: approx Orchid. HEX triplet: C9, 6F and D0. RGB value is (201,111,208). Sum of RGB (Red+Green+Blue) = 201+111+208=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 111 (43.75% from 255 or 21.35% from 520); Blue value is 208 (81.64% from 255 or 40% from 520); Max value from RGB is 208 - color contains mainly: blue. Hex color #C96FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96FD0 is #36902F. Grayscale: #949494. Windows color (decimal): -3575856 or 13660105. OLE color: 13660105.

HSL color Cylindrical-coordinate representation of color #C96FD0: hue angle of 295.67º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C96FD0 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB201111208-
CMYK0.030.4700.18
HSL295.67º50.79%62.55%-
HSV(B)295.67º46.63%81.57%-
XYZ41.1628.3462.98-
YUV148.97161.32165.11-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.65%
GREEN value IS 111 (43.75% from 255) = 21.35%
BLUE value IS 208 (81.64% from 255) = 40%
R=38.65%
G=21.35%
B=40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2011112080.030.4700.18295.6750.7962.55
HexC96FD032F012128333f
Octal3111573203570224506377
Binary1100100111011111101000011101111010010100101000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96FD0; }

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

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

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

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

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

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

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

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