Html Css Color HEX #C482F9 Heliotrope

📋 copy color: '#C482F9'

red 196 ◦ green 130 ◦ blue 249

#C482F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #C482F9

Tints of Heliotrope #C482F9

RGB

 RED value IS 196 (76.95% from 255) = 34.09%

 GREEN value IS 130 (51.17% from 255) = 22.61%

 BLUE value IS 249 (97.66% from 255) = 43.3%

R = 34.09%
G = 22.61%
B = 43.3%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C482F9 (or 0xC482F9) is known color: Heliotrope. HEX triplet: C4, 82 and F9. RGB value is (196,130,249). Sum of RGB (Red+Green+Blue) = 196+130+249=575 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.09% from 575); Green value is 130 (51.17% from 255 or 22.61% from 575); Blue value is 249 (97.66% from 255 or 43.30% from 575); Max value from RGB is 249 - color contains mainly: blue. Hex color #C482F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C482F9 is #3B7D06. Grayscale: #A2A2A2. Windows color (decimal): -3898631 or 16351940. OLE color: 16351940.

HSL color Cylindrical-coordinate representation of color #C482F9: hue angle of 273.28º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C482F9 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 130 249 -
CMYK 0.21 0.48 0 0.02
HSL 273.28º 0.91% 0.74% -
HSV(B) 273.28º 0.48% 0.98% -
XYZ 47.85 34.54 93.77 -
YUV 163.3 176.37 151.32 -
System Red Green Blue C M Y K H S L
Decimal 196 130 249 0.21 0.48 0 0.02 273.28 0.91 0.74
Hex C4 82 F9 15 30 0 2 111 5B 4A
Octal 304 202 371 25 60 0 2 421 133 112
Binary 11000100 10000010 11111001 10101 110000 0 10 100010001 1011011 1001010

Color Harmonies of #C482F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C482F9

Black with #C482F9

Text Example


Text Example

White with #C482F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C482F9; }

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

 H1.HeaderClassName
 {
   color: #C482F9;
 }
 .AnyTagClassName
 {
   color: #C482F9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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