Html Css Color HEX #C82EFA Electric Purple

📋 copy color: '#C82EFA'

red 200 ◦ green 46 ◦ blue 250

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

Shades of Electric Purple #C82EFA

Tints of Electric Purple #C82EFA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.27%

 BLUE value IS 250 (98.05% from 255) = 50.4%

R = 40.32%
G = 9.27%
B = 50.4%

CMYK

 C value IS 0.2

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C82EFA (or 0xC82EFA) is known color: Electric Purple. HEX triplet: C8, 2E and FA. RGB value is (200,46,250). Sum of RGB (Red+Green+Blue) = 200+46+250=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 46 (18.36% from 255 or 9.27% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #C82EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82EFA is #37D105. Grayscale: #727272. Windows color (decimal): -3657990 or 16395976. OLE color: 16395976.

HSL color Cylindrical-coordinate representation of color #C82EFA: hue angle of 285.29º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C82EFA is Cyan = 0.2, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 46 250 -
CMYK 0.2 0.82 0 0.02
HSL 285.29º 0.95% 0.58% -
HSV(B) 285.29º 0.82% 0.98% -
XYZ 42.05 21.14 92.31 -
YUV 115.3 204.02 188.41 -
System Red Green Blue C M Y K H S L
Decimal 200 46 250 0.2 0.82 0 0.02 285.29 0.95 0.58
Hex C8 2E FA 14 52 0 2 11D 5F 3A
Octal 310 56 372 24 122 0 2 435 137 72
Binary 11001000 101110 11111010 10100 1010010 0 10 100011101 1011111 111010

Color Harmonies of #C82EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82EFA

Black with #C82EFA

Text Example


Text Example

White with #C82EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82EFA; }

 p { color: rgb(200,46,250); }

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

background-color css

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

 a { background-color: rgb(200,46,250); }

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

border-color css

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

 span { border-color: rgb(200,46,250); }

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