Html Css Color HEX #C81DFD Electric Purple

📋 copy color: '#C81DFD'

red 200 ◦ green 29 ◦ blue 253

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

Shades of Electric Purple #C81DFD

Tints of Electric Purple #C81DFD

RGB

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

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

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

R = 41.49%
G = 6.02%
B = 52.49%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C81DFD (or 0xC81DFD) is known color: Electric Purple. HEX triplet: C8, 1D and FD. RGB value is (200,29,253). Sum of RGB (Red+Green+Blue) = 200+29+253=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 29 (11.72% from 255 or 6.02% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #C81DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81DFD is #37E202. Grayscale: #686868. Windows color (decimal): -3662339 or 16588232. OLE color: 16588232.

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

Color convert

RGB 200 29 253 -
CMYK 0.21 0.89 0 0.01
HSL 285.8º 0.98% 0.55% -
HSV(B) 285.8º 0.89% 0.99% -
XYZ 41.99 20.25 94.62 -
YUV 105.67 211.15 195.29 -
System Red Green Blue C M Y K H S L
Decimal 200 29 253 0.21 0.89 0 0.01 285.8 0.98 0.55
Hex C8 1D FD 15 59 0 1 11E 62 37
Octal 310 35 375 25 131 0 1 436 142 67
Binary 11001000 11101 11111101 10101 1011001 0 1 100011110 1100010 110111

Color Harmonies of #C81DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81DFD

Black with #C81DFD

Text Example


Text Example

White with #C81DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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