Html Css Color HEX #C81DEC Electric Purple

📋 copy color: '#C81DEC'

red 200 ◦ green 29 ◦ blue 236

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

Shades of Electric Purple #C81DEC

Tints of Electric Purple #C81DEC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.24%

 BLUE value IS 236 (92.58% from 255) = 50.75%

R = 43.01%
G = 6.24%
B = 50.75%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C81DEC (or 0xC81DEC) is known color: Electric Purple. HEX triplet: C8, 1D and EC. RGB value is (200,29,236). Sum of RGB (Red+Green+Blue) = 200+29+236=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 29 (11.72% from 255 or 6.24% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #C81DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81DEC is #37E213. Grayscale: #676767. Windows color (decimal): -3662356 or 15474120. OLE color: 15474120.

HSL color Cylindrical-coordinate representation of color #C81DEC: hue angle of 289.57º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81DEC is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 29 236 -
CMYK 0.15 0.88 0 0.07
HSL 289.57º 0.84% 0.52% -
HSV(B) 289.57º 0.88% 0.93% -
XYZ 39.4 19.21 80.99 -
YUV 103.73 202.65 196.67 -
System Red Green Blue C M Y K H S L
Decimal 200 29 236 0.15 0.88 0 0.07 289.57 0.84 0.52
Hex C8 1D EC F 58 0 7 122 54 34
Octal 310 35 354 17 130 0 7 442 124 64
Binary 11001000 11101 11101100 1111 1011000 0 111 100100010 1010100 110100

Color Harmonies of #C81DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81DEC

Black with #C81DEC

Text Example


Text Example

White with #C81DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81DEC; }

 p { color: rgb(200,29,236); }

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

background-color css

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

 a { background-color: rgb(200,29,236); }

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

border-color css

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

 span { border-color: rgb(200,29,236); }

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