Html Css Color HEX #C81DF7 Electric Purple

📋 copy color: '#C81DF7'

red 200 ◦ green 29 ◦ blue 247

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

Shades of Electric Purple #C81DF7

Tints of Electric Purple #C81DF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 51.89%

R = 42.02%
G = 6.09%
B = 51.89%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C81DF7 (or 0xC81DF7) is known color: Electric Purple. HEX triplet: C8, 1D and F7. RGB value is (200,29,247). Sum of RGB (Red+Green+Blue) = 200+29+247=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 29 (11.72% from 255 or 6.09% from 476); Blue value is 247 (96.88% from 255 or 51.89% from 476); Max value from RGB is 247 - color contains mainly: blue. Hex color #C81DF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81DF7 is #37E208. Grayscale: #686868. Windows color (decimal): -3662345 or 16195016. OLE color: 16195016.

HSL color Cylindrical-coordinate representation of color #C81DF7: hue angle of 287.06º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81DF7 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 200 29 247 -
CMYK 0.19 0.88 0 0.03
HSL 287.06º 0.93% 0.54% -
HSV(B) 287.06º 0.88% 0.97% -
XYZ 41.05 19.87 89.67 -
YUV 104.98 208.15 195.77 -
System Red Green Blue C M Y K H S L
Decimal 200 29 247 0.19 0.88 0 0.03 287.06 0.93 0.54
Hex C8 1D F7 13 58 0 3 11F 5D 36
Octal 310 35 367 23 130 0 3 437 135 66
Binary 11001000 11101 11110111 10011 1011000 0 11 100011111 1011101 110110

Color Harmonies of #C81DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81DF7

Black with #C81DF7

Text Example


Text Example

White with #C81DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81DF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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