#C969F1

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

Shades of Heliotrope #C969F1

Tints of Heliotrope #C969F1

Color information

#C969F1 (or 0xC969F1) is unknown color: approx Heliotrope. HEX triplet: C9, 69 and F1. RGB value is (201,105,241). Sum of RGB (Red+Green+Blue) = 201+105+241=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 105 (41.41% from 255 or 19.20% from 547); Blue value is 241 (94.53% from 255 or 44.06% from 547); Max value from RGB is 241 - color contains mainly: blue. Hex color #C969F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C969F1 is #36960E. Grayscale: #949494. Windows color (decimal): -3577359 or 15821257. OLE color: 15821257.

HSL color Cylindrical-coordinate representation of color #C969F1: hue angle of 282.35º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C969F1 is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB201105241-
CMYK0.170.5600.05
HSL282.35º82.93%67.84%-
HSV(B)282.35º56.43%94.51%-
XYZ45.0228.8786.42-
YUV149.21179.8164.94-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.75%
GREEN value IS 105 (41.41% from 255) = 19.20%
BLUE value IS 241 (94.53% from 255) = 44.06%
R=36.75%
G=19.20%
B=44.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2011052410.170.5600.05282.3582.9367.84
HexC969F111380511a5344
Octal311151361217005432123104
Binary1100100111010011111000110001111000010110001101010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C969F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C969F1; }

 p { color: rgb(201,105,241); }

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

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

 a { background-color: rgb(201,105,241); }

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

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

 span { border-color: rgb(201,105,241); }

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