#C569FA

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

Shades of Heliotrope #C569FA

Tints of Heliotrope #C569FA

Color information

#C569FA (or 0xC569FA) is unknown color: approx Heliotrope. HEX triplet: C5, 69 and FA. RGB value is (197,105,250). Sum of RGB (Red+Green+Blue) = 197+105+250=552 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.69% from 552); Green value is 105 (41.41% from 255 or 19.02% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #C569FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C569FA is #3A9605. Grayscale: #949494. Windows color (decimal): -3839494 or 16411077. OLE color: 16411077.

HSL color Cylindrical-coordinate representation of color #C569FA: hue angle of 278.07º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C569FA is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB197105250-
CMYK0.210.5800.02
HSL278.07º93.55%69.61%-
HSV(B)278.07º58%98.04%-
XYZ45.3328.8893.63-
YUV149.04184.98162.21-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.69%
GREEN value IS 105 (41.41% from 255) = 19.02%
BLUE value IS 250 (98.05% from 255) = 45.29%
R=35.69%
G=19.02%
B=45.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1971052500.210.5800.02278.0793.5569.61
HexC569FA153A021165e46
Octal305151372257202426136106
Binary110001011101001111110101010111101001010001011010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C569FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C569FA; }

 p { color: rgb(197,105,250); }

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

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

 a { background-color: rgb(197,105,250); }

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

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

 span { border-color: rgb(197,105,250); }

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