#C967ED

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

Shades of Heliotrope #C967ED

Tints of Heliotrope #C967ED

Color information

#C967ED (or 0xC967ED) is unknown color: approx Heliotrope. HEX triplet: C9, 67 and ED. RGB value is (201,103,237). Sum of RGB (Red+Green+Blue) = 201+103+237=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 103 (40.62% from 255 or 19.04% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #C967ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C967ED is #369812. Grayscale: #939393. Windows color (decimal): -3577875 or 15558601. OLE color: 15558601.

HSL color Cylindrical-coordinate representation of color #C967ED: hue angle of 283.88º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C967ED is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB201103237-
CMYK0.150.5700.07
HSL283.88º78.82%66.67%-
HSV(B)283.88º56.54%92.94%-
XYZ44.2228.2383.24-
YUV147.58178.47166.1-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.15%
GREEN value IS 103 (40.62% from 255) = 19.04%
BLUE value IS 237 (92.97% from 255) = 43.81%
R=37.15%
G=19.04%
B=43.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2011032370.150.5700.07283.8878.8266.67
HexC967EDF390711c4f43
Octal311147355177107434117103
Binary110010011100111111011011111111001011110001110010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C967ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C967ED; }

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

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

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

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

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

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

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

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