#C467F5

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

Shades of Heliotrope #C467F5

Tints of Heliotrope #C467F5

Color information

#C467F5 (or 0xC467F5) is unknown color: approx Heliotrope. HEX triplet: C4, 67 and F5. RGB value is (196,103,245). Sum of RGB (Red+Green+Blue) = 196+103+245=544 (72% of max value = 765). Red value is 196 (76.95% from 255 or 36.03% from 544); Green value is 103 (40.62% from 255 or 18.93% from 544); Blue value is 245 (96.09% from 255 or 45.04% from 544); Max value from RGB is 245 - color contains mainly: blue. Hex color #C467F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C467F5 is #3B980A. Grayscale: #929292. Windows color (decimal): -3905547 or 16082884. OLE color: 16082884.

HSL color Cylindrical-coordinate representation of color #C467F5: hue angle of 279.3º 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 #C467F5 is Cyan = 0.2, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB196103245-
CMYK0.20.5800.04
HSL279.3º87.65%68.24%-
HSV(B)279.3º57.96%96.08%-
XYZ44.128.0389.47-
YUV147183.31162.95-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.03%
GREEN value IS 103 (40.62% from 255) = 18.93%
BLUE value IS 245 (96.09% from 255) = 45.04%
R=36.03%
G=18.93%
B=45.04%

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
Decimal1961032450.20.5800.04279.387.6568.24
HexC467F5143A041175844
Octal304147365247204427130104
Binary1100010011001111111010110100111010010010001011110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C467F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C467F5; }

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

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

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

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

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

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

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

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