Html Css Color HEX #C82AFF Electric Purple

📋 copy color: '#C82AFF'

red 200 ◦ green 42 ◦ blue 255

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

Shades of Electric Purple #C82AFF

Tints of Electric Purple #C82AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.31%

R = 40.24%
G = 8.45%
B = 51.31%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C82AFF (or 0xC82AFF) is known color: Electric Purple. HEX triplet: C8, 2A and FF. RGB value is (200,42,255). Sum of RGB (Red+Green+Blue) = 200+42+255=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 42 (16.80% from 255 or 8.45% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #C82AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82AFF is #37D500. Grayscale: #707070. Windows color (decimal): -3659009 or 16722632. OLE color: 16722632.

HSL color Cylindrical-coordinate representation of color #C82AFF: hue angle of 284.51º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C82AFF is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 200 42 255 -
CMYK 0.22 0.84 0 0
HSL 284.51º 1% 0.58% -
HSV(B) 284.51º 0.84% 1% -
XYZ 42.7 21.16 96.44 -
YUV 113.52 207.85 189.68 -
System Red Green Blue C M Y K H S L
Decimal 200 42 255 0.22 0.84 0 0 284.51 1 0.58
Hex C8 2A FF 16 54 0 0 11D 64 3A
Octal 310 52 377 26 124 0 0 435 144 72
Binary 11001000 101010 11111111 10110 1010100 0 0 100011101 1100100 111010

Color Harmonies of #C82AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82AFF

Black with #C82AFF

Text Example


Text Example

White with #C82AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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