#C96AF4

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

Shades of Heliotrope #C96AF4

Tints of Heliotrope #C96AF4

Color information

#C96AF4 (or 0xC96AF4) is unknown color: approx Heliotrope. HEX triplet: C9, 6A and F4. RGB value is (201,106,244). Sum of RGB (Red+Green+Blue) = 201+106+244=551 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.48% from 551); Green value is 106 (41.80% from 255 or 19.24% from 551); Blue value is 244 (95.70% from 255 or 44.28% from 551); Max value from RGB is 244 - color contains mainly: blue. Hex color #C96AF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96AF4 is #36950B. Grayscale: #959595. Windows color (decimal): -3577100 or 16018121. OLE color: 16018121.

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

Color convert

RGB201106244-
CMYK0.180.5700.04
HSL281.3º86.25%68.63%-
HSV(B)281.3º56.56%95.69%-
XYZ45.5729.2688.83-
YUV150.14180.97164.28-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.48%
GREEN value IS 106 (41.80% from 255) = 19.24%
BLUE value IS 244 (95.70% from 255) = 44.28%
R=36.48%
G=19.24%
B=44.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2011062440.180.5700.04281.386.2568.63
HexC96AF41239041195645
Octal311152364227104431126105
Binary1100100111010101111010010010111001010010001100110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96AF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96AF4; }

 p { color: rgb(201,106,244); }

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

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

 a { background-color: rgb(201,106,244); }

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

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

 span { border-color: rgb(201,106,244); }

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