Html Css Color HEX #C82CEB Electric Purple

📋 copy color: '#C82CEB'

red 200 ◦ green 44 ◦ blue 235

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

Shades of Electric Purple #C82CEB

Tints of Electric Purple #C82CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.06%

R = 41.75%
G = 9.19%
B = 49.06%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C82CEB (or 0xC82CEB) is known color: Electric Purple. HEX triplet: C8, 2C and EB. RGB value is (200,44,235). Sum of RGB (Red+Green+Blue) = 200+44+235=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 44 (17.58% from 255 or 9.19% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #C82CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82CEB is #37D314. Grayscale: #6F6F6F. Windows color (decimal): -3658517 or 15412424. OLE color: 15412424.

HSL color Cylindrical-coordinate representation of color #C82CEB: hue angle of 289.01º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82CEB is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 44 235 -
CMYK 0.15 0.81 0 0.08
HSL 289.01º 0.83% 0.55% -
HSV(B) 289.01º 0.81% 0.92% -
XYZ 39.72 20.08 80.38 -
YUV 112.42 197.18 190.47 -
System Red Green Blue C M Y K H S L
Decimal 200 44 235 0.15 0.81 0 0.08 289.01 0.83 0.55
Hex C8 2C EB F 51 0 8 121 53 37
Octal 310 54 353 17 121 0 10 441 123 67
Binary 11001000 101100 11101011 1111 1010001 0 1000 100100001 1010011 110111

Color Harmonies of #C82CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82CEB

Black with #C82CEB

Text Example


Text Example

White with #C82CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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