Html Css Color HEX #C81FFF Electric Purple

📋 copy color: '#C81FFF'

red 200 ◦ green 31 ◦ blue 255

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

Shades of Electric Purple #C81FFF

Tints of Electric Purple #C81FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.47%

R = 41.15%
G = 6.38%
B = 52.47%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C81FFF (or 0xC81FFF) is known color: Electric Purple. HEX triplet: C8, 1F and FF. RGB value is (200,31,255). Sum of RGB (Red+Green+Blue) = 200+31+255=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 31 (12.5% from 255 or 6.38% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #C81FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81FFF is #37E000. Grayscale: #6A6A6A. Windows color (decimal): -3661825 or 16719816. OLE color: 16719816.

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

Color convert

RGB 200 31 255 -
CMYK 0.22 0.88 0 0
HSL 285.27º 1% 0.56% -
HSV(B) 285.27º 0.88% 1% -
XYZ 42.36 20.48 96.33 -
YUV 107.07 211.49 194.29 -
System Red Green Blue C M Y K H S L
Decimal 200 31 255 0.22 0.88 0 0 285.27 1 0.56
Hex C8 1F FF 16 58 0 0 11D 64 38
Octal 310 37 377 26 130 0 0 435 144 70
Binary 11001000 11111 11111111 10110 1011000 0 0 100011101 1100100 111000

Color Harmonies of #C81FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81FFF

Black with #C81FFF

Text Example


Text Example

White with #C81FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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