#C96CCA

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

Shades of Orchid #C96CCA

Tints of Orchid #C96CCA

Color information

#C96CCA (or 0xC96CCA) is unknown color: approx Orchid. HEX triplet: C9, 6C and CA. RGB value is (201,108,202). Sum of RGB (Red+Green+Blue) = 201+108+202=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 108 (42.58% from 255 or 21.14% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 202 - color contains mainly: blue. Hex color #C96CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96CCA is #369335. Grayscale: #929292. Windows color (decimal): -3576630 or 13266121. OLE color: 13266121.

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

Color convert

RGB201108202-
CMYK0.000.4700.21
HSL299.36º47%60.78%-
HSV(B)299.36º46.53%79.22%-
XYZ40.1127.4159.05-
YUV146.52159.31166.86-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.33%
GREEN value IS 108 (42.58% from 255) = 21.14%
BLUE value IS 202 (79.30% from 255) = 39.53%
R=39.33%
G=21.14%
B=39.53%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011082020.000.4700.21299.364760.78
HexC96CCA02F01512b2f3d
Octal3111543120570254535775
Binary110010011101100110010100101111010101100101011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96CCA; }

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

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

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

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

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

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

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

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