Html Css Color HEX #C82CFC Electric Purple

📋 copy color: '#C82CFC'

red 200 ◦ green 44 ◦ blue 252

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

Shades of Electric Purple #C82CFC

Tints of Electric Purple #C82CFC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 8.87%

 BLUE value IS 252 (98.83% from 255) = 50.81%

R = 40.32%
G = 8.87%
B = 50.81%

CMYK

 C value IS 0.21

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C82CFC (or 0xC82CFC) is known color: Electric Purple. HEX triplet: C8, 2C and FC. RGB value is (200,44,252). Sum of RGB (Red+Green+Blue) = 200+44+252=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 44 (17.58% from 255 or 8.87% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #C82CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82CFC is #37D303. Grayscale: #717171. Windows color (decimal): -3658500 or 16526536. OLE color: 16526536.

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

Color convert

RGB 200 44 252 -
CMYK 0.21 0.83 0 0.01
HSL 285º 0.97% 0.58% -
HSV(B) 285º 0.83% 0.99% -
XYZ 42.29 21.11 93.94 -
YUV 114.36 205.68 189.09 -
System Red Green Blue C M Y K H S L
Decimal 200 44 252 0.21 0.83 0 0.01 285 0.97 0.58
Hex C8 2C FC 15 53 0 1 11D 61 3A
Octal 310 54 374 25 123 0 1 435 141 72
Binary 11001000 101100 11111100 10101 1010011 0 1 100011101 1100001 111010

Color Harmonies of #C82CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82CFC

Black with #C82CFC

Text Example


Text Example

White with #C82CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82CFC; }

 p { color: rgb(200,44,252); }

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

background-color css

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

 a { background-color: rgb(200,44,252); }

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

border-color css

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

 span { border-color: rgb(200,44,252); }

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