Html Css Color HEX #C82BFB Electric Purple

📋 copy color: '#C82BFB'

red 200 ◦ green 43 ◦ blue 251

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

Shades of Electric Purple #C82BFB

Tints of Electric Purple #C82BFB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.7%

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

R = 40.49%
G = 8.7%
B = 50.81%

CMYK

 C value IS 0.20

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C82BFB (or 0xC82BFB) is known color: Electric Purple. HEX triplet: C8, 2B and FB. RGB value is (200,43,251). Sum of RGB (Red+Green+Blue) = 200+43+251=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 43 (17.19% from 255 or 8.70% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #C82BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82BFB is #37D404. Grayscale: #707070. Windows color (decimal): -3658757 or 16460744. OLE color: 16460744.

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

Color convert

RGB 200 43 251 -
CMYK 0.20 0.83 0 0.02
HSL 285.29º 0.96% 0.58% -
HSV(B) 285.29º 0.83% 0.98% -
XYZ 42.1 20.97 93.1 -
YUV 113.66 205.51 189.59 -
System Red Green Blue C M Y K H S L
Decimal 200 43 251 0.20 0.83 0 0.02 285.29 0.96 0.58
Hex C8 2B FB 14 53 0 2 11D 60 3A
Octal 310 53 373 24 123 0 2 435 140 72
Binary 11001000 101011 11111011 10100 1010011 0 10 100011101 1100000 111010

Color Harmonies of #C82BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82BFB

Black with #C82BFB

Text Example


Text Example

White with #C82BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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