Html Css Color HEX #C81DEF Electric Purple

📋 copy color: '#C81DEF'

red 200 ◦ green 29 ◦ blue 239

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

Shades of Electric Purple #C81DEF

Tints of Electric Purple #C81DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.07%

R = 42.74%
G = 6.2%
B = 51.07%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C81DEF (or 0xC81DEF) is known color: Electric Purple. HEX triplet: C8, 1D and EF. RGB value is (200,29,239). Sum of RGB (Red+Green+Blue) = 200+29+239=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 29 (11.72% from 255 or 6.20% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #C81DEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81DEF is #37E210. Grayscale: #676767. Windows color (decimal): -3662353 or 15670728. OLE color: 15670728.

HSL color Cylindrical-coordinate representation of color #C81DEF: hue angle of 288.86º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81DEF is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 200 29 239 -
CMYK 0.16 0.88 0 0.06
HSL 288.86º 0.87% 0.53% -
HSV(B) 288.86º 0.88% 0.94% -
XYZ 39.84 19.39 83.3 -
YUV 104.07 204.15 196.42 -
System Red Green Blue C M Y K H S L
Decimal 200 29 239 0.16 0.88 0 0.06 288.86 0.87 0.53
Hex C8 1D EF 10 58 0 6 121 57 35
Octal 310 35 357 20 130 0 6 441 127 65
Binary 11001000 11101 11101111 10000 1011000 0 110 100100001 1010111 110101

Color Harmonies of #C81DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81DEF

Black with #C81DEF

Text Example


Text Example

White with #C81DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81DEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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