Html Css Color HEX #C81FFE Electric Purple

📋 copy color: '#C81FFE'

red 200 ◦ green 31 ◦ blue 254

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

Shades of Electric Purple #C81FFE

Tints of Electric Purple #C81FFE

RGB

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

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

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

R = 41.24%
G = 6.39%
B = 52.37%

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

#C81FFE (or 0xC81FFE) is known color: Electric Purple. HEX triplet: C8, 1F and FE. RGB value is (200,31,254). Sum of RGB (Red+Green+Blue) = 200+31+254=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 31 (12.5% from 255 or 6.39% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #C81FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81FFE is #37E001. Grayscale: #6A6A6A. Windows color (decimal): -3661826 or 16654280. OLE color: 16654280.

HSL color Cylindrical-coordinate representation of color #C81FFE: hue angle of 285.47º 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 #C81FFE is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 200 31 254 -
CMYK 0.21 0.88 0 0.00
HSL 285.47º 0.99% 0.56% -
HSV(B) 285.47º 0.88% 1% -
XYZ 42.2 20.42 95.48 -
YUV 106.95 210.99 194.37 -
System Red Green Blue C M Y K H S L
Decimal 200 31 254 0.21 0.88 0 0.00 285.47 0.99 0.56
Hex C8 1F FE 15 58 0 0 11D 63 38
Octal 310 37 376 25 130 0 0 435 143 70
Binary 11001000 11111 11111110 10101 1011000 0 0 100011101 1100011 111000

Color Harmonies of #C81FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81FFE

Black with #C81FFE

Text Example


Text Example

White with #C81FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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