Html Css Color HEX #C81DFB Electric Purple

📋 copy color: '#C81DFB'

red 200 ◦ green 29 ◦ blue 251

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

Shades of Electric Purple #C81DFB

Tints of Electric Purple #C81DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.29%

R = 41.67%
G = 6.04%
B = 52.29%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C81DFB (or 0xC81DFB) is known color: Electric Purple. HEX triplet: C8, 1D and FB. RGB value is (200,29,251). Sum of RGB (Red+Green+Blue) = 200+29+251=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 29 (11.72% from 255 or 6.04% from 480); Blue value is 251 (98.44% from 255 or 52.29% from 480); Max value from RGB is 251 - color contains mainly: blue. Hex color #C81DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81DFB is #37E204. Grayscale: #686868. Windows color (decimal): -3662341 or 16457160. OLE color: 16457160.

HSL color Cylindrical-coordinate representation of color #C81DFB: hue angle of 286.22º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81DFB is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 29 251 -
CMYK 0.20 0.88 0 0.02
HSL 286.22º 0.97% 0.55% -
HSV(B) 286.22º 0.88% 0.98% -
XYZ 41.67 20.12 92.95 -
YUV 105.44 210.15 195.45 -
System Red Green Blue C M Y K H S L
Decimal 200 29 251 0.20 0.88 0 0.02 286.22 0.97 0.55
Hex C8 1D FB 14 58 0 2 11E 61 37
Octal 310 35 373 24 130 0 2 436 141 67
Binary 11001000 11101 11111011 10100 1011000 0 10 100011110 1100001 110111

Color Harmonies of #C81DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81DFB

Black with #C81DFB

Text Example


Text Example

White with #C81DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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