#C969F3

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

Shades of Heliotrope #C969F3

Tints of Heliotrope #C969F3

Color information

#C969F3 (or 0xC969F3) is unknown color: approx Heliotrope. HEX triplet: C9, 69 and F3. RGB value is (201,105,243). Sum of RGB (Red+Green+Blue) = 201+105+243=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 105 (41.41% from 255 or 19.13% from 549); Blue value is 243 (95.31% from 255 or 44.26% from 549); Max value from RGB is 243 - color contains mainly: blue. Hex color #C969F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C969F3 is #36960C. Grayscale: #949494. Windows color (decimal): -3577357 or 15952329. OLE color: 15952329.

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

Color convert

RGB201105243-
CMYK0.170.5700.05
HSL281.74º85.19%68.24%-
HSV(B)281.74º56.79%95.29%-
XYZ45.3228.9988-
YUV149.44180.8164.78-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.61%
GREEN value IS 105 (41.41% from 255) = 19.13%
BLUE value IS 243 (95.31% from 255) = 44.26%
R=36.61%
G=19.13%
B=44.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2011052430.170.5700.05281.7485.1968.24
HexC969F311390511a5544
Octal311151363217105432125104
Binary1100100111010011111001110001111001010110001101010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C969F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C969F3; }

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

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

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

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

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

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

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

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