#C965FE

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

Shades of Heliotrope #C965FE

Tints of Heliotrope #C965FE

Color information

#C965FE (or 0xC965FE) is unknown color: approx Heliotrope. HEX triplet: C9, 65 and FE. RGB value is (201,101,254). Sum of RGB (Red+Green+Blue) = 201+101+254=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 101 (39.84% from 255 or 18.17% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #C965FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C965FE is #369A01. Grayscale: #939393. Windows color (decimal): -3578370 or 16672201. OLE color: 16672201.

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

Color convert

RGB201101254-
CMYK0.210.6000.00
HSL279.22º98.71%69.61%-
HSV(B)279.22º60.24%99.61%-
XYZ46.6328.8896.88-
YUV148.34187.63165.56-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.15%
GREEN value IS 101 (39.84% from 255) = 18.17%
BLUE value IS 254 (99.61% from 255) = 45.68%
R=36.15%
G=18.17%
B=45.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2011012540.210.6000.00279.2298.7169.61
HexC965FE153C001176346
Octal311145376257400427143106
Binary11001001110010111111110101011111000010001011111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C965FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C965FE; }

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

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

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

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

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

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

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

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