Html Css Color HEX #C82FFC Electric Purple

📋 copy color: '#C82FFC'

red 200 ◦ green 47 ◦ blue 252

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

Shades of Electric Purple #C82FFC

Tints of Electric Purple #C82FFC

RGB

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

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

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

R = 40.08%
G = 9.42%
B = 50.5%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C82FFC (or 0xC82FFC) is known color: Electric Purple. HEX triplet: C8, 2F and FC. RGB value is (200,47,252). Sum of RGB (Red+Green+Blue) = 200+47+252=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 47 (18.75% from 255 or 9.42% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #C82FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82FFC is #37D003. Grayscale: #737373. Windows color (decimal): -3657732 or 16527304. OLE color: 16527304.

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

Color convert

RGB 200 47 252 -
CMYK 0.21 0.81 0 0.01
HSL 284.78º 0.97% 0.59% -
HSV(B) 284.78º 0.81% 0.99% -
XYZ 42.41 21.34 93.98 -
YUV 116.12 204.69 187.83 -
System Red Green Blue C M Y K H S L
Decimal 200 47 252 0.21 0.81 0 0.01 284.78 0.97 0.59
Hex C8 2F FC 15 51 0 1 11D 61 3B
Octal 310 57 374 25 121 0 1 435 141 73
Binary 11001000 101111 11111100 10101 1010001 0 1 100011101 1100001 111011

Color Harmonies of #C82FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82FFC

Black with #C82FFC

Text Example


Text Example

White with #C82FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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