Html Css Color HEX #C482FE Heliotrope

📋 copy color: '#C482FE'

red 196 ◦ green 130 ◦ blue 254

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

Shades of Heliotrope #C482FE

Tints of Heliotrope #C482FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.79%

R = 33.79%
G = 22.41%
B = 43.79%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C482FE (or 0xC482FE) is known color: Heliotrope. HEX triplet: C4, 82 and FE. RGB value is (196,130,254). Sum of RGB (Red+Green+Blue) = 196+130+254=580 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.79% from 580); Green value is 130 (51.17% from 255 or 22.41% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #C482FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C482FE is #3B7D01. Grayscale: #A3A3A3. Windows color (decimal): -3898626 or 16679620. OLE color: 16679620.

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

Color convert

RGB 196 130 254 -
CMYK 0.23 0.49 0 0.00
HSL 271.94º 0.98% 0.75% -
HSV(B) 271.94º 0.49% 1% -
XYZ 48.64 34.86 97.93 -
YUV 163.87 178.87 150.92 -
System Red Green Blue C M Y K H S L
Decimal 196 130 254 0.23 0.49 0 0.00 271.94 0.98 0.75
Hex C4 82 FE 17 31 0 0 110 62 4B
Octal 304 202 376 27 61 0 0 420 142 113
Binary 11000100 10000010 11111110 10111 110001 0 0 100010000 1100010 1001011

Color Harmonies of #C482FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C482FE

Black with #C482FE

Text Example


Text Example

White with #C482FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C482FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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