Html Css Color HEX #C82CFB Electric Purple

📋 copy color: '#C82CFB'

red 200 ◦ green 44 ◦ blue 251

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

Shades of Electric Purple #C82CFB

Tints of Electric Purple #C82CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.71%

R = 40.4%
G = 8.89%
B = 50.71%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C82CFB (or 0xC82CFB) is known color: Electric Purple. HEX triplet: C8, 2C and FB. RGB value is (200,44,251). Sum of RGB (Red+Green+Blue) = 200+44+251=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 44 (17.58% from 255 or 8.89% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #C82CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82CFB is #37D304. Grayscale: #717171. Windows color (decimal): -3658501 or 16461000. OLE color: 16461000.

HSL color Cylindrical-coordinate representation of color #C82CFB: hue angle of 285.22º degrees, saturation: 0.96, 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 #C82CFB is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 44 251 -
CMYK 0.20 0.82 0 0.02
HSL 285.22º 0.96% 0.58% -
HSV(B) 285.22º 0.82% 0.98% -
XYZ 42.13 21.05 93.11 -
YUV 114.24 205.18 189.17 -
System Red Green Blue C M Y K H S L
Decimal 200 44 251 0.20 0.82 0 0.02 285.22 0.96 0.58
Hex C8 2C FB 14 52 0 2 11D 60 3A
Octal 310 54 373 24 122 0 2 435 140 72
Binary 11001000 101100 11111011 10100 1010010 0 10 100011101 1100000 111010

Color Harmonies of #C82CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82CFB

Black with #C82CFB

Text Example


Text Example

White with #C82CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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