Html Css Color HEX #C82BFE Electric Purple

📋 copy color: '#C82BFE'

red 200 ◦ green 43 ◦ blue 254

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

Shades of Electric Purple #C82BFE

Tints of Electric Purple #C82BFE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.65%

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

R = 40.24%
G = 8.65%
B = 51.11%

CMYK

 C value IS 0.21

 M value IS 0.83

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C82BFE (or 0xC82BFE) is known color: Electric Purple. HEX triplet: C8, 2B and FE. RGB value is (200,43,254). Sum of RGB (Red+Green+Blue) = 200+43+254=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 43 (17.19% from 255 or 8.65% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #C82BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82BFE is #37D401. Grayscale: #717171. Windows color (decimal): -3658754 or 16657352. OLE color: 16657352.

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

Color convert

RGB 200 43 254 -
CMYK 0.21 0.83 0 0.00
HSL 284.64º 0.99% 0.58% -
HSV(B) 284.64º 0.83% 1% -
XYZ 42.57 21.16 95.61 -
YUV 114 207.01 189.34 -
System Red Green Blue C M Y K H S L
Decimal 200 43 254 0.21 0.83 0 0.00 284.64 0.99 0.58
Hex C8 2B FE 15 53 0 0 11D 63 3A
Octal 310 53 376 25 123 0 0 435 143 72
Binary 11001000 101011 11111110 10101 1010011 0 0 100011101 1100011 111010

Color Harmonies of #C82BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82BFE

Black with #C82BFE

Text Example


Text Example

White with #C82BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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