#C469F1

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

Shades of Heliotrope #C469F1

Tints of Heliotrope #C469F1

Color information

#C469F1 (or 0xC469F1) is unknown color: approx Heliotrope. HEX triplet: C4, 69 and F1. RGB value is (196,105,241). Sum of RGB (Red+Green+Blue) = 196+105+241=542 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.16% from 542); Green value is 105 (41.41% from 255 or 19.37% from 542); Blue value is 241 (94.53% from 255 or 44.46% from 542); Max value from RGB is 241 - color contains mainly: blue. Hex color #C469F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C469F1 is #3B960E. Grayscale: #939393. Windows color (decimal): -3905039 or 15821252. OLE color: 15821252.

HSL color Cylindrical-coordinate representation of color #C469F1: hue angle of 280.15º 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 #C469F1 is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB196105241-
CMYK0.190.5600.05
HSL280.15º82.93%67.84%-
HSV(B)280.15º56.43%94.51%-
XYZ43.6928.1986.36-
YUV147.71180.65162.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.16%
GREEN value IS 105 (41.41% from 255) = 19.37%
BLUE value IS 241 (94.53% from 255) = 44.46%
R=36.16%
G=19.37%
B=44.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1961052410.190.5600.05280.1582.9367.84
HexC469F11338051185344
Octal304151361237005430123104
Binary1100010011010011111000110011111000010110001100010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C469F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C469F1; }

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

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

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

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

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

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

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

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