#C96CE3

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

Shades of Orchid #C96CE3

Tints of Orchid #C96CE3

Color information

#C96CE3 (or 0xC96CE3) is unknown color: approx Orchid. HEX triplet: C9, 6C and E3. RGB value is (201,108,227). Sum of RGB (Red+Green+Blue) = 201+108+227=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 108 (42.58% from 255 or 20.15% from 536); Blue value is 227 (89.06% from 255 or 42.35% from 536); Max value from RGB is 227 - color contains mainly: blue. Hex color #C96CE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96CE3 is #36931C. Grayscale: #949494. Windows color (decimal): -3576605 or 14904521. OLE color: 14904521.

HSL color Cylindrical-coordinate representation of color #C96CE3: hue angle of 286.89º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C96CE3 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB201108227-
CMYK0.110.5200.11
HSL286.89º68%65.69%-
HSV(B)286.89º52.42%89.02%-
XYZ43.3228.6975.93-
YUV149.37171.81164.82-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.5%
GREEN value IS 108 (42.58% from 255) = 20.15%
BLUE value IS 227 (89.06% from 255) = 42.35%
R=37.5%
G=20.15%
B=42.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2011082270.110.5200.11286.896865.69
HexC96CE3B340B11f4442
Octal3111543431364013437104102
Binary1100100111011001110001110111101000101110001111110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96CE3; }

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

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

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

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

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

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

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

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