#C481FD

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

Shades of Heliotrope #C481FD

Tints of Heliotrope #C481FD

Color information

#C481FD (or 0xC481FD) is unknown color: approx Heliotrope. HEX triplet: C4, 81 and FD. RGB value is (196,129,253). Sum of RGB (Red+Green+Blue) = 196+129+253=578 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.91% from 578); Green value is 129 (50.78% from 255 or 22.32% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #C481FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C481FD is #3B7E02. Grayscale: #A2A2A2. Windows color (decimal): -3898883 or 16613828. OLE color: 16613828.

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

Color convert

RGB196129253-
CMYK0.230.4900.01
HSL272.42º96.88%74.9%-
HSV(B)272.42º49.01%99.22%-
XYZ48.3434.5397.05-
YUV163.17178.7151.42-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.91%
GREEN value IS 129 (50.78% from 255) = 22.32%
BLUE value IS 253 (99.22% from 255) = 43.77%
R=33.91%
G=22.32%
B=43.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1961292530.230.4900.01272.4296.8874.9
HexC481FD173101110614b
Octal304201375276101420141113
Binary110001001000000111111101101111100010110001000011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C481FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C481FD; }

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

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

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

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

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

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

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

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