#C96DCA

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

Shades of Orchid #C96DCA

Tints of Orchid #C96DCA

Color information

#C96DCA (or 0xC96DCA) is unknown color: approx Orchid. HEX triplet: C9, 6D and CA. RGB value is (201,109,202). Sum of RGB (Red+Green+Blue) = 201+109+202=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: blue. Hex color #C96DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96DCA is #369235. Grayscale: #929292. Windows color (decimal): -3576374 or 13266377. OLE color: 13266377.

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

Color convert

RGB201109202-
CMYK0.000.4600.21
HSL299.35º46.73%60.98%-
HSV(B)299.35º46.04%79.22%-
XYZ40.2227.6259.09-
YUV147.11158.98166.44-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.26%
GREEN value IS 109 (42.97% from 255) = 21.29%
BLUE value IS 202 (79.30% from 255) = 39.45%
R=39.26%
G=21.29%
B=39.45%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011092020.000.4600.21299.3546.7360.98
HexC96DCA02E01512b2f3d
Octal3111553120560254535775
Binary110010011101101110010100101110010101100101011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96DCA; }

 p { color: rgb(201,109,202); }

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

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

 a { background-color: rgb(201,109,202); }

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

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

 span { border-color: rgb(201,109,202); }

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