Html Css Color HEX #C81FFD Electric Purple

📋 copy color: '#C81FFD'

red 200 ◦ green 31 ◦ blue 253

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

Shades of Electric Purple #C81FFD

Tints of Electric Purple #C81FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.27%

R = 41.32%
G = 6.4%
B = 52.27%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C81FFD (or 0xC81FFD) is known color: Electric Purple. HEX triplet: C8, 1F and FD. RGB value is (200,31,253). Sum of RGB (Red+Green+Blue) = 200+31+253=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 31 (12.5% from 255 or 6.40% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #C81FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81FFD is #37E002. Grayscale: #6A6A6A. Windows color (decimal): -3661827 or 16588744. OLE color: 16588744.

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

Color convert

RGB 200 31 253 -
CMYK 0.21 0.88 0 0.01
HSL 285.68º 0.98% 0.56% -
HSV(B) 285.68º 0.88% 0.99% -
XYZ 42.04 20.35 94.64 -
YUV 106.84 210.49 194.45 -
System Red Green Blue C M Y K H S L
Decimal 200 31 253 0.21 0.88 0 0.01 285.68 0.98 0.56
Hex C8 1F FD 15 58 0 1 11E 62 38
Octal 310 37 375 25 130 0 1 436 142 70
Binary 11001000 11111 11111101 10101 1011000 0 1 100011110 1100010 111000

Color Harmonies of #C81FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81FFD

Black with #C81FFD

Text Example


Text Example

White with #C81FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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