#C962FE

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

Shades of Heliotrope #C962FE

Tints of Heliotrope #C962FE

Color information

#C962FE (or 0xC962FE) is unknown color: approx Heliotrope. HEX triplet: C9, 62 and FE. RGB value is (201,98,254). Sum of RGB (Red+Green+Blue) = 201+98+254=553 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.35% from 553); Green value is 98 (38.67% from 255 or 17.72% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #C962FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C962FE is #369D01. Grayscale: #929292. Windows color (decimal): -3579138 or 16671433. OLE color: 16671433.

HSL color Cylindrical-coordinate representation of color #C962FE: hue angle of 279.62º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C962FE is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB20198254-
CMYK0.210.6100.00
HSL279.62º98.73%69.02%-
HSV(B)279.62º61.42%99.61%-
XYZ46.3428.3196.79-
YUV146.58188.62166.82-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.35%
GREEN value IS 98 (38.67% from 255) = 17.72%
BLUE value IS 254 (99.61% from 255) = 45.93%
R=36.35%
G=17.72%
B=45.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal201982540.210.6100.00279.6298.7369.02
HexC962FE153D001186345
Octal311142376257500430143105
Binary11001001110001011111110101011111010010001100011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C962FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C962FE; }

 p { color: rgb(201,98,254); }

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

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

 a { background-color: rgb(201,98,254); }

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

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

 span { border-color: rgb(201,98,254); }

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