Html Css Color HEX #C81EFE Electric Purple

📋 copy color: '#C81EFE'

red 200 ◦ green 30 ◦ blue 254

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

Shades of Electric Purple #C81EFE

Tints of Electric Purple #C81EFE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.2%

 BLUE value IS 254 (99.61% from 255) = 52.48%

R = 41.32%
G = 6.2%
B = 52.48%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C81EFE (or 0xC81EFE) is known color: Electric Purple. HEX triplet: C8, 1E and FE. RGB value is (200,30,254). Sum of RGB (Red+Green+Blue) = 200+30+254=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 30 (12.11% from 255 or 6.20% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #C81EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81EFE is #37E101. Grayscale: #696969. Windows color (decimal): -3662082 or 16654024. OLE color: 16654024.

HSL color Cylindrical-coordinate representation of color #C81EFE: hue angle of 285.54º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81EFE is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 200 30 254 -
CMYK 0.21 0.88 0 0.00
HSL 285.54º 0.99% 0.56% -
HSV(B) 285.54º 0.88% 1% -
XYZ 42.17 20.36 95.47 -
YUV 106.37 211.32 194.79 -
System Red Green Blue C M Y K H S L
Decimal 200 30 254 0.21 0.88 0 0.00 285.54 0.99 0.56
Hex C8 1E FE 15 58 0 0 11E 63 38
Octal 310 36 376 25 130 0 0 436 143 70
Binary 11001000 11110 11111110 10101 1011000 0 0 100011110 1100011 111000

Color Harmonies of #C81EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81EFE

Black with #C81EFE

Text Example


Text Example

White with #C81EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81EFE; }

 p { color: rgb(200,30,254); }

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

background-color css

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

 a { background-color: rgb(200,30,254); }

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

border-color css

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

 span { border-color: rgb(200,30,254); }

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