#C96FCA

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

Shades of Orchid #C96FCA

Tints of Orchid #C96FCA

Color information

#C96FCA (or 0xC96FCA) is unknown color: approx Orchid. HEX triplet: C9, 6F and CA. RGB value is (201,111,202). Sum of RGB (Red+Green+Blue) = 201+111+202=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 111 (43.75% from 255 or 21.60% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: blue. Hex color #C96FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96FCA is #369035. Grayscale: #949494. Windows color (decimal): -3575862 or 13266889. OLE color: 13266889.

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

Color convert

RGB201111202-
CMYK0.000.4500.21
HSL299.34º46.19%61.37%-
HSV(B)299.34º45.05%79.22%-
XYZ40.4328.0559.16-
YUV148.28158.32165.6-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.11%
GREEN value IS 111 (43.75% from 255) = 21.60%
BLUE value IS 202 (79.30% from 255) = 39.30%
R=39.11%
G=21.60%
B=39.30%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011112020.000.4500.21299.3446.1961.37
HexC96FCA02D01512b2e3d
Octal3111573120550254535675
Binary110010011101111110010100101101010101100101011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96FCA; }

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

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

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

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

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

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

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

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