#C468F5

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

Shades of Heliotrope #C468F5

Tints of Heliotrope #C468F5

Color information

#C468F5 (or 0xC468F5) is unknown color: approx Heliotrope. HEX triplet: C4, 68 and F5. RGB value is (196,104,245). Sum of RGB (Red+Green+Blue) = 196+104+245=545 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.96% from 545); Green value is 104 (41.02% from 255 or 19.08% from 545); Blue value is 245 (96.09% from 255 or 44.95% from 545); Max value from RGB is 245 - color contains mainly: blue. Hex color #C468F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C468F5 is #3B970A. Grayscale: #939393. Windows color (decimal): -3905291 or 16083140. OLE color: 16083140.

HSL color Cylindrical-coordinate representation of color #C468F5: hue angle of 279.15º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C468F5 is Cyan = 0.2, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB196104245-
CMYK0.20.5800.04
HSL279.15º87.58%68.43%-
HSV(B)279.15º57.55%96.08%-
XYZ44.228.2389.51-
YUV147.58182.98162.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.96%
GREEN value IS 104 (41.02% from 255) = 19.08%
BLUE value IS 245 (96.09% from 255) = 44.95%
R=35.96%
G=19.08%
B=44.95%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1961042450.20.5800.04279.1587.5868.43
HexC468F5143A041175844
Octal304150365247204427130104
Binary1100010011010001111010110100111010010010001011110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C468F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C468F5; }

 p { color: rgb(196,104,245); }

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

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

 a { background-color: rgb(196,104,245); }

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

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

 span { border-color: rgb(196,104,245); }

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