#C96BFB

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

Shades of Heliotrope #C96BFB

Tints of Heliotrope #C96BFB

Color information

#C96BFB (or 0xC96BFB) is unknown color: approx Heliotrope. HEX triplet: C9, 6B and FB. RGB value is (201,107,251). Sum of RGB (Red+Green+Blue) = 201+107+251=559 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.96% from 559); Green value is 107 (42.19% from 255 or 19.14% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #C96BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96BFB is #369404. Grayscale: #979797. Windows color (decimal): -3576837 or 16477129. OLE color: 16477129.

HSL color Cylindrical-coordinate representation of color #C96BFB: hue angle of 279.17º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C96BFB is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB201107251-
CMYK0.200.5700.02
HSL279.17º94.74%70.2%-
HSV(B)279.17º57.37%98.43%-
XYZ46.7629.994.57-
YUV151.52184.14163.29-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.96%
GREEN value IS 107 (42.19% from 255) = 19.14%
BLUE value IS 251 (98.44% from 255) = 44.90%
R=35.96%
G=19.14%
B=44.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2011072510.200.5700.02279.1794.7470.2
HexC96BFB1439021175f46
Octal311153373247102427137106
Binary110010011101011111110111010011100101010001011110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96BFB; }

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

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

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

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

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

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

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

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