#C96ECA

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

Shades of Orchid #C96ECA

Tints of Orchid #C96ECA

Color information

#C96ECA (or 0xC96ECA) is unknown color: approx Orchid. HEX triplet: C9, 6E and CA. RGB value is (201,110,202). Sum of RGB (Red+Green+Blue) = 201+110+202=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 110 (43.36% from 255 or 21.44% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #C96ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96ECA is #369135. Grayscale: #939393. Windows color (decimal): -3576118 or 13266633. OLE color: 13266633.

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

Color convert

RGB201110202-
CMYK0.000.4600.21
HSL299.35º46.46%61.18%-
HSV(B)299.35º45.54%79.22%-
XYZ40.3227.8359.12-
YUV147.7158.65166.02-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.18%
GREEN value IS 110 (43.36% from 255) = 21.44%
BLUE value IS 202 (79.30% from 255) = 39.38%
R=39.18%
G=21.44%
B=39.38%

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
Decimal2011102020.000.4600.21299.3546.4661.18
HexC96ECA02E01512b2e3d
Octal3111563120560254535675
Binary110010011101110110010100101110010101100101011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96ECA; }

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

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

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

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

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

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

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

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