Html Css Color HEX #C81FEE Electric Purple

📋 copy color: '#C81FEE'

red 200 ◦ green 31 ◦ blue 238

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

Shades of Electric Purple #C81FEE

Tints of Electric Purple #C81FEE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.61%

 BLUE value IS 238 (93.36% from 255) = 50.75%

R = 42.64%
G = 6.61%
B = 50.75%

CMYK

 C value IS 0.16

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C81FEE (or 0xC81FEE) is known color: Electric Purple. HEX triplet: C8, 1F and EE. RGB value is (200,31,238). Sum of RGB (Red+Green+Blue) = 200+31+238=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 31 (12.5% from 255 or 6.61% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #C81FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81FEE is #37E011. Grayscale: #686868. Windows color (decimal): -3661842 or 15605704. OLE color: 15605704.

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

Color convert

RGB 200 31 238 -
CMYK 0.16 0.87 0 0.07
HSL 288.99º 0.86% 0.53% -
HSV(B) 288.99º 0.87% 0.93% -
XYZ 39.74 19.43 82.55 -
YUV 105.13 202.99 195.67 -
System Red Green Blue C M Y K H S L
Decimal 200 31 238 0.16 0.87 0 0.07 288.99 0.86 0.53
Hex C8 1F EE 10 57 0 7 121 56 35
Octal 310 37 356 20 127 0 7 441 126 65
Binary 11001000 11111 11101110 10000 1010111 0 111 100100001 1010110 110101

Color Harmonies of #C81FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81FEE

Black with #C81FEE

Text Example


Text Example

White with #C81FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81FEE; }

 p { color: rgb(200,31,238); }

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

background-color css

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

 a { background-color: rgb(200,31,238); }

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

border-color css

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

 span { border-color: rgb(200,31,238); }

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