Html Css Color HEX #C81DFE Electric Purple

📋 copy color: '#C81DFE'

red 200 ◦ green 29 ◦ blue 254

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

Shades of Electric Purple #C81DFE

Tints of Electric Purple #C81DFE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6%

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

R = 41.41%
G = 6%
B = 52.59%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C81DFE (or 0xC81DFE) is known color: Electric Purple. HEX triplet: C8, 1D and FE. RGB value is (200,29,254). Sum of RGB (Red+Green+Blue) = 200+29+254=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 29 (11.72% from 255 or 6.00% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #C81DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81DFE is #37E201. Grayscale: #696969. Windows color (decimal): -3662338 or 16653768. OLE color: 16653768.

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

Color convert

RGB 200 29 254 -
CMYK 0.21 0.89 0 0.00
HSL 285.6º 0.99% 0.55% -
HSV(B) 285.6º 0.89% 1% -
XYZ 42.15 20.31 95.47 -
YUV 105.78 211.65 195.2 -
System Red Green Blue C M Y K H S L
Decimal 200 29 254 0.21 0.89 0 0.00 285.6 0.99 0.55
Hex C8 1D FE 15 59 0 0 11E 63 37
Octal 310 35 376 25 131 0 0 436 143 67
Binary 11001000 11101 11111110 10101 1011001 0 0 100011110 1100011 110111

Color Harmonies of #C81DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81DFE

Black with #C81DFE

Text Example


Text Example

White with #C81DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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