Html Css Color HEX #C82AFB Electric Purple

📋 copy color: '#C82AFB'

red 200 ◦ green 42 ◦ blue 251

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

Shades of Electric Purple #C82AFB

Tints of Electric Purple #C82AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.91%

R = 40.57%
G = 8.52%
B = 50.91%

CMYK

 C value IS 0.20

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C82AFB (or 0xC82AFB) is known color: Electric Purple. HEX triplet: C8, 2A and FB. RGB value is (200,42,251). Sum of RGB (Red+Green+Blue) = 200+42+251=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 42 (16.80% from 255 or 8.52% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #C82AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82AFB is #37D504. Grayscale: #707070. Windows color (decimal): -3659013 or 16460488. OLE color: 16460488.

HSL color Cylindrical-coordinate representation of color #C82AFB: hue angle of 285.36º degrees, saturation: 0.96, 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 #C82AFB is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 42 251 -
CMYK 0.20 0.83 0 0.02
HSL 285.36º 0.96% 0.57% -
HSV(B) 285.36º 0.83% 0.98% -
XYZ 42.06 20.9 93.08 -
YUV 113.07 205.85 190.01 -
System Red Green Blue C M Y K H S L
Decimal 200 42 251 0.20 0.83 0 0.02 285.36 0.96 0.57
Hex C8 2A FB 14 53 0 2 11D 60 39
Octal 310 52 373 24 123 0 2 435 140 71
Binary 11001000 101010 11111011 10100 1010011 0 10 100011101 1100000 111001

Color Harmonies of #C82AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82AFB

Black with #C82AFB

Text Example


Text Example

White with #C82AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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