#C967FE

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

Shades of Heliotrope #C967FE

Tints of Heliotrope #C967FE

Color information

#C967FE (or 0xC967FE) is unknown color: approx Heliotrope. HEX triplet: C9, 67 and FE. RGB value is (201,103,254). Sum of RGB (Red+Green+Blue) = 201+103+254=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 103 (40.62% from 255 or 18.46% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #C967FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C967FE is #369801. Grayscale: #959595. Windows color (decimal): -3577858 or 16672713. OLE color: 16672713.

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

Color convert

RGB201103254-
CMYK0.210.5900.00
HSL278.94º98.69%70%-
HSV(B)278.94º59.45%99.61%-
XYZ46.8329.2796.95-
YUV149.52186.97164.72-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.02%
GREEN value IS 103 (40.62% from 255) = 18.46%
BLUE value IS 254 (99.61% from 255) = 45.52%
R=36.02%
G=18.46%
B=45.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2011032540.210.5900.00278.9498.6970
HexC967FE153B001176346
Octal311147376257300427143106
Binary11001001110011111111110101011110110010001011111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C967FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C967FE; }

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

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

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

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

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

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

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

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