Html Css Color HEX #C482FA Heliotrope

📋 copy color: '#C482FA'

red 196 ◦ green 130 ◦ blue 250

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

Shades of Heliotrope #C482FA

Tints of Heliotrope #C482FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.4%

R = 34.03%
G = 22.57%
B = 43.4%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C482FA (or 0xC482FA) is known color: Heliotrope. HEX triplet: C4, 82 and FA. RGB value is (196,130,250). Sum of RGB (Red+Green+Blue) = 196+130+250=576 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.03% from 576); Green value is 130 (51.17% from 255 or 22.57% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #C482FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C482FA is #3B7D05. Grayscale: #A3A3A3. Windows color (decimal): -3898630 or 16417476. OLE color: 16417476.

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

Color convert

RGB 196 130 250 -
CMYK 0.22 0.48 0 0.02
HSL 273º 0.92% 0.75% -
HSV(B) 273º 0.48% 0.98% -
XYZ 48 34.6 94.59 -
YUV 163.41 176.87 151.24 -
System Red Green Blue C M Y K H S L
Decimal 196 130 250 0.22 0.48 0 0.02 273 0.92 0.75
Hex C4 82 FA 16 30 0 2 111 5C 4B
Octal 304 202 372 26 60 0 2 421 134 113
Binary 11000100 10000010 11111010 10110 110000 0 10 100010001 1011100 1001011

Color Harmonies of #C482FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C482FA

Black with #C482FA

Text Example


Text Example

White with #C482FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C482FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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