#C96CF9

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

Shades of Heliotrope #C96CF9

Tints of Heliotrope #C96CF9

Color information

#C96CF9 (or 0xC96CF9) is unknown color: approx Heliotrope. HEX triplet: C9, 6C and F9. RGB value is (201,108,249). Sum of RGB (Red+Green+Blue) = 201+108+249=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 108 (42.58% from 255 or 19.35% from 558); Blue value is 249 (97.66% from 255 or 44.62% from 558); Max value from RGB is 249 - color contains mainly: blue. Hex color #C96CF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96CF9 is #369306. Grayscale: #979797. Windows color (decimal): -3576583 or 16346313. OLE color: 16346313.

HSL color Cylindrical-coordinate representation of color #C96CF9: hue angle of 279.57º degrees, saturation: 0.92, 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 #C96CF9 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB201108249-
CMYK0.190.5700.02
HSL279.57º92.16%70%-
HSV(B)279.57º56.63%97.65%-
XYZ46.5529.9892.96-
YUV151.88182.81163.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.02%
GREEN value IS 108 (42.58% from 255) = 19.35%
BLUE value IS 249 (97.66% from 255) = 44.62%
R=36.02%
G=19.35%
B=44.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2011082490.190.5700.02279.5792.1670
HexC96CF91339021185c46
Octal311154371237102430134106
Binary110010011101100111110011001111100101010001100010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96CF9; }

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

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

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

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

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

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

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

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