#C482FD

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

Shades of Heliotrope #C482FD

Tints of Heliotrope #C482FD

Color information

#C482FD (or 0xC482FD) is unknown color: approx Heliotrope. HEX triplet: C4, 82 and FD. RGB value is (196,130,253). Sum of RGB (Red+Green+Blue) = 196+130+253=579 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.85% from 579); Green value is 130 (51.17% from 255 or 22.45% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #C482FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C482FD is #3B7D02. Grayscale: #A3A3A3. Windows color (decimal): -3898627 or 16614084. OLE color: 16614084.

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

Color convert

RGB196130253-
CMYK0.230.4900.01
HSL272.2º96.85%75.1%-
HSV(B)272.2º48.62%99.22%-
XYZ48.4834.7997.09-
YUV163.76178.37151-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.85%
GREEN value IS 130 (51.17% from 255) = 22.45%
BLUE value IS 253 (99.22% from 255) = 43.70%
R=33.85%
G=22.45%
B=43.70%

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
Decimal1961302530.230.4900.01272.296.8575.1
HexC482FD173101110614b
Octal304202375276101420141113
Binary110001001000001011111101101111100010110001000011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C482FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C482FD; }

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

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

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

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

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

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

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

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