Html Css Color HEX #C82AFA Electric Purple

📋 copy color: '#C82AFA'

red 200 ◦ green 42 ◦ blue 250

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

Shades of Electric Purple #C82AFA

Tints of Electric Purple #C82AFA

RGB

 RED value IS 200 (78.52% from 255) = 40.65%

 GREEN value IS 42 (16.8% from 255) = 8.54%

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

R = 40.65%
G = 8.54%
B = 50.81%

CMYK

 C value IS 0.2

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C82AFA (or 0xC82AFA) is known color: Electric Purple. HEX triplet: C8, 2A and FA. RGB value is (200,42,250). Sum of RGB (Red+Green+Blue) = 200+42+250=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 42 (16.80% from 255 or 8.54% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #C82AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82AFA is #37D505. Grayscale: #707070. Windows color (decimal): -3659014 or 16394952. OLE color: 16394952.

HSL color Cylindrical-coordinate representation of color #C82AFA: hue angle of 285.58º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C82AFA is Cyan = 0.2, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 42 250 -
CMYK 0.2 0.83 0 0.02
HSL 285.58º 0.95% 0.57% -
HSV(B) 285.58º 0.83% 0.98% -
XYZ 41.9 20.84 92.26 -
YUV 112.95 205.35 190.09 -
System Red Green Blue C M Y K H S L
Decimal 200 42 250 0.2 0.83 0 0.02 285.58 0.95 0.57
Hex C8 2A FA 14 53 0 2 11E 5F 39
Octal 310 52 372 24 123 0 2 436 137 71
Binary 11001000 101010 11111010 10100 1010011 0 10 100011110 1011111 111001

Color Harmonies of #C82AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82AFA

Black with #C82AFA

Text Example


Text Example

White with #C82AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82AFA; }

 p { color: rgb(200,42,250); }

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

background-color css

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

 a { background-color: rgb(200,42,250); }

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

border-color css

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

 span { border-color: rgb(200,42,250); }

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