#C481FC

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

Shades of Heliotrope #C481FC

Tints of Heliotrope #C481FC

Color information

#C481FC (or 0xC481FC) is unknown color: approx Heliotrope. HEX triplet: C4, 81 and FC. RGB value is (196,129,252). Sum of RGB (Red+Green+Blue) = 196+129+252=577 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.97% from 577); Green value is 129 (50.78% from 255 or 22.36% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #C481FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C481FC is #3B7E03. Grayscale: #A2A2A2. Windows color (decimal): -3898884 or 16548292. OLE color: 16548292.

HSL color Cylindrical-coordinate representation of color #C481FC: hue angle of 272.68º degrees, saturation: 0.95, 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 #C481FC is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB196129252-
CMYK0.220.4900.01
HSL272.68º95.35%74.71%-
HSV(B)272.68º48.81%98.82%-
XYZ48.1934.4696.21-
YUV163.06178.2151.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.97%
GREEN value IS 129 (50.78% from 255) = 22.36%
BLUE value IS 252 (98.83% from 255) = 43.67%
R=33.97%
G=22.36%
B=43.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1961292520.220.4900.01272.6895.3574.71
HexC481FC1631011115f4b
Octal304201374266101421137113
Binary110001001000000111111100101101100010110001000110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C481FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C481FC; }

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

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

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

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

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

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

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

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