#C967F8

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

Shades of Heliotrope #C967F8

Tints of Heliotrope #C967F8

Color information

#C967F8 (or 0xC967F8) is unknown color: approx Heliotrope. HEX triplet: C9, 67 and F8. RGB value is (201,103,248). Sum of RGB (Red+Green+Blue) = 201+103+248=552 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.41% from 552); Green value is 103 (40.62% from 255 or 18.66% from 552); Blue value is 248 (97.27% from 255 or 44.93% from 552); Max value from RGB is 248 - color contains mainly: blue. Hex color #C967F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C967F8 is #369807. Grayscale: #949494. Windows color (decimal): -3577864 or 16279497. OLE color: 16279497.

HSL color Cylindrical-coordinate representation of color #C967F8: hue angle of 280.55º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C967F8 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB201103248-
CMYK0.190.5800.03
HSL280.55º91.19%68.82%-
HSV(B)280.55º58.47%97.25%-
XYZ45.8828.991.97-
YUV148.83183.97165.21-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.41%
GREEN value IS 103 (40.62% from 255) = 18.66%
BLUE value IS 248 (97.27% from 255) = 44.93%
R=36.41%
G=18.66%
B=44.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2011032480.190.5800.03280.5591.1968.82
HexC967F8133A031195b45
Octal311147370237203431133105
Binary110010011100111111110001001111101001110001100110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C967F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C967F8; }

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

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

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

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

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

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

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

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