Html Css Color HEX #C82FFE Electric Purple

📋 copy color: '#C82FFE'

red 200 ◦ green 47 ◦ blue 254

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

Shades of Electric Purple #C82FFE

Tints of Electric Purple #C82FFE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.38%

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

R = 39.92%
G = 9.38%
B = 50.7%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C82FFE (or 0xC82FFE) is known color: Electric Purple. HEX triplet: C8, 2F and FE. RGB value is (200,47,254). Sum of RGB (Red+Green+Blue) = 200+47+254=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 47 (18.75% from 255 or 9.38% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #C82FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82FFE is #37D001. Grayscale: #737373. Windows color (decimal): -3657730 or 16658376. OLE color: 16658376.

HSL color Cylindrical-coordinate representation of color #C82FFE: hue angle of 284.35º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82FFE is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 200 47 254 -
CMYK 0.21 0.81 0 0.00
HSL 284.35º 0.99% 0.59% -
HSV(B) 284.35º 0.81% 1% -
XYZ 42.73 21.47 95.66 -
YUV 116.35 205.69 187.67 -
System Red Green Blue C M Y K H S L
Decimal 200 47 254 0.21 0.81 0 0.00 284.35 0.99 0.59
Hex C8 2F FE 15 51 0 0 11C 63 3B
Octal 310 57 376 25 121 0 0 434 143 73
Binary 11001000 101111 11111110 10101 1010001 0 0 100011100 1100011 111011

Color Harmonies of #C82FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82FFE

Black with #C82FFE

Text Example


Text Example

White with #C82FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82FFE; }

 p { color: rgb(200,47,254); }

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

background-color css

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

 a { background-color: rgb(200,47,254); }

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

border-color css

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

 span { border-color: rgb(200,47,254); }

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