#C96BED

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

Shades of Heliotrope #C96BED

Tints of Heliotrope #C96BED

Color information

#C96BED (or 0xC96BED) is unknown color: approx Heliotrope. HEX triplet: C9, 6B and ED. RGB value is (201,107,237). Sum of RGB (Red+Green+Blue) = 201+107+237=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 107 (42.19% from 255 or 19.63% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #C96BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96BED is #369412. Grayscale: #959595. Windows color (decimal): -3576851 or 15559625. OLE color: 15559625.

HSL color Cylindrical-coordinate representation of color #C96BED: hue angle of 283.38º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C96BED is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB201107237-
CMYK0.150.5500.07
HSL283.38º78.31%67.45%-
HSV(B)283.38º54.85%92.94%-
XYZ44.6329.0583.38-
YUV149.93177.14164.43-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.88%
GREEN value IS 107 (42.19% from 255) = 19.63%
BLUE value IS 237 (92.97% from 255) = 43.49%
R=36.88%
G=19.63%
B=43.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2011072370.150.5500.07283.3878.3167.45
HexC96BEDF370711b4e43
Octal311153355176707433116103
Binary110010011101011111011011111110111011110001101110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96BED; }

 p { color: rgb(201,107,237); }

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

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

 a { background-color: rgb(201,107,237); }

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

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

 span { border-color: rgb(201,107,237); }

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