#C154FE

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

Shades of Heliotrope #C154FE

Tints of Heliotrope #C154FE

Color information

#C154FE (or 0xC154FE) is unknown color: approx Heliotrope. HEX triplet: C1, 54 and FE. RGB value is (193,84,254). Sum of RGB (Red+Green+Blue) = 193+84+254=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 84 (33.20% from 255 or 15.82% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #C154FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C154FE is #3EAB01. Grayscale: #878787. Windows color (decimal): -4107010 or 16667841. OLE color: 16667841.

HSL color Cylindrical-coordinate representation of color #C154FE: hue angle of 278.47º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C154FE is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB19384254-
CMYK0.240.6700.00
HSL278.47º98.84%66.27%-
HSV(B)278.47º66.93%99.61%-
XYZ43.0524.8396.29-
YUV135.97194.61168.68-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.35%
GREEN value IS 84 (33.20% from 255) = 15.82%
BLUE value IS 254 (99.61% from 255) = 47.83%
R=36.35%
G=15.82%
B=47.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal193842540.240.6700.00278.4798.8466.27
HexC154FE1843001166342
Octal3011243763010300426143102
Binary110000011010100111111101100010000110010001011011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C154FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C154FE; }

 p { color: rgb(193,84,254); }

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

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

 a { background-color: rgb(193,84,254); }

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

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

 span { border-color: rgb(193,84,254); }

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