#C96AFD

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

Shades of Heliotrope #C96AFD

Tints of Heliotrope #C96AFD

Color information

#C96AFD (or 0xC96AFD) is unknown color: approx Heliotrope. HEX triplet: C9, 6A and FD. RGB value is (201,106,253). Sum of RGB (Red+Green+Blue) = 201+106+253=560 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.89% from 560); Green value is 106 (41.80% from 255 or 18.93% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #C96AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96AFD is #369502. Grayscale: #969696. Windows color (decimal): -3577091 or 16607945. OLE color: 16607945.

HSL color Cylindrical-coordinate representation of color #C96AFD: hue angle of 278.78º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C96AFD is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB201106253-
CMYK0.210.5800.01
HSL278.78º97.35%70.39%-
HSV(B)278.78º58.1%99.22%-
XYZ46.9729.8296.21-
YUV151.16185.47163.55-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.89%
GREEN value IS 106 (41.80% from 255) = 18.93%
BLUE value IS 253 (99.22% from 255) = 45.18%
R=35.89%
G=18.93%
B=45.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2011062530.210.5800.01278.7897.3570.39
HexC96AFD153A011176146
Octal311152375257201427141106
Binary11001001110101011111101101011110100110001011111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96AFD; }

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

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

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

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

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

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

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

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