Html Css Color HEX #C82DF8 Electric Purple

📋 copy color: '#C82DF8'

red 200 ◦ green 45 ◦ blue 248

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

Shades of Electric Purple #C82DF8

Tints of Electric Purple #C82DF8

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.13%

 BLUE value IS 248 (97.27% from 255) = 50.3%

R = 40.57%
G = 9.13%
B = 50.3%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C82DF8 (or 0xC82DF8) is known color: Electric Purple. HEX triplet: C8, 2D and F8. RGB value is (200,45,248). Sum of RGB (Red+Green+Blue) = 200+45+248=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 45 (17.97% from 255 or 9.13% from 493); Blue value is 248 (97.27% from 255 or 50.30% from 493); Max value from RGB is 248 - color contains mainly: blue. Hex color #C82DF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82DF8 is #37D207. Grayscale: #717171. Windows color (decimal): -3658248 or 16264648. OLE color: 16264648.

HSL color Cylindrical-coordinate representation of color #C82DF8: hue angle of 285.81º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C82DF8 is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 200 45 248 -
CMYK 0.19 0.82 0 0.03
HSL 285.81º 0.94% 0.57% -
HSV(B) 285.81º 0.82% 0.97% -
XYZ 41.7 20.93 90.65 -
YUV 114.49 203.35 188.99 -
System Red Green Blue C M Y K H S L
Decimal 200 45 248 0.19 0.82 0 0.03 285.81 0.94 0.57
Hex C8 2D F8 13 52 0 3 11E 5E 39
Octal 310 55 370 23 122 0 3 436 136 71
Binary 11001000 101101 11111000 10011 1010010 0 11 100011110 1011110 111001

Color Harmonies of #C82DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82DF8

Black with #C82DF8

Text Example


Text Example

White with #C82DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82DF8; }

 p { color: rgb(200,45,248); }

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

background-color css

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

 a { background-color: rgb(200,45,248); }

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

border-color css

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

 span { border-color: rgb(200,45,248); }

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