#C967FF

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

Shades of Heliotrope #C967FF

Tints of Heliotrope #C967FF

Color information

#C967FF (or 0xC967FF) is unknown color: approx Heliotrope. HEX triplet: C9, 67 and FF. RGB value is (201,103,255). Sum of RGB (Red+Green+Blue) = 201+103+255=559 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.96% from 559); Green value is 103 (40.62% from 255 or 18.43% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #C967FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C967FF is #369800. Grayscale: #959595. Windows color (decimal): -3577857 or 16738249. OLE color: 16738249.

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

Color convert

RGB201103255-
CMYK0.210.6000
HSL278.68º100%70.2%-
HSV(B)278.68º59.61%100%-
XYZ46.9929.3497.79-
YUV149.63187.47164.64-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.96%
GREEN value IS 103 (40.62% from 255) = 18.43%
BLUE value IS 255 (100% from 255) = 45.62%
R=35.96%
G=18.43%
B=45.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2011032550.210.6000278.6810070.2
HexC967FF153C001176446
Octal311147377257400427144106
Binary11001001110011111111111101011111000010001011111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C967FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C967FF; }

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

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

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

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

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

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

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

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