#C96DF5

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

Shades of Heliotrope #C96DF5

Tints of Heliotrope #C96DF5

Color information

#C96DF5 (or 0xC96DF5) is unknown color: approx Heliotrope. HEX triplet: C9, 6D and F5. RGB value is (201,109,245). Sum of RGB (Red+Green+Blue) = 201+109+245=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 109 (42.97% from 255 or 19.64% from 555); Blue value is 245 (96.09% from 255 or 44.14% from 555); Max value from RGB is 245 - color contains mainly: blue. Hex color #C96DF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96DF5 is #36920A. Grayscale: #979797. Windows color (decimal): -3576331 or 16084425. OLE color: 16084425.

HSL color Cylindrical-coordinate representation of color #C96DF5: hue angle of 280.59º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C96DF5 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB201109245-
CMYK0.180.5600.04
HSL280.59º87.18%69.41%-
HSV(B)280.59º55.51%96.08%-
XYZ46.0429.9589.74-
YUV152.01180.48162.94-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.22%
GREEN value IS 109 (42.97% from 255) = 19.64%
BLUE value IS 245 (96.09% from 255) = 44.14%
R=36.22%
G=19.64%
B=44.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2011092450.180.5600.04280.5987.1869.41
HexC96DF51238041195745
Octal311155365227004431127105
Binary1100100111011011111010110010111000010010001100110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96DF5; }

 p { color: rgb(201,109,245); }

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

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

 a { background-color: rgb(201,109,245); }

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

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

 span { border-color: rgb(201,109,245); }

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