#C454FD

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

Shades of Heliotrope #C454FD

Tints of Heliotrope #C454FD

Color information

#C454FD (or 0xC454FD) is unknown color: approx Heliotrope. HEX triplet: C4, 54 and FD. RGB value is (196,84,253). Sum of RGB (Red+Green+Blue) = 196+84+253=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 84 (33.20% from 255 or 15.76% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #C454FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C454FD is #3BAB02. Grayscale: #888888. Windows color (decimal): -3910403 or 16602308. OLE color: 16602308.

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

Color convert

RGB19684253-
CMYK0.230.6700.01
HSL279.76º97.69%66.08%-
HSV(B)279.76º66.8%99.22%-
XYZ43.6625.1795.49-
YUV136.75193.61170.26-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.77%
GREEN value IS 84 (33.20% from 255) = 15.76%
BLUE value IS 253 (99.22% from 255) = 47.47%
R=36.77%
G=15.76%
B=47.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal196842530.230.6700.01279.7697.6966.08
HexC454FD1743011186242
Octal3041243752710301430142102
Binary110001001010100111111011011110000110110001100011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C454FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C454FD; }

 p { color: rgb(196,84,253); }

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

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

 a { background-color: rgb(196,84,253); }

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

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

 span { border-color: rgb(196,84,253); }

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