Html Css Color HEX #C81CF0 Electric Purple

📋 copy color: '#C81CF0'

red 200 ◦ green 28 ◦ blue 240

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

Shades of Electric Purple #C81CF0

Tints of Electric Purple #C81CF0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.98%

 BLUE value IS 240 (94.14% from 255) = 51.28%

R = 42.74%
G = 5.98%
B = 51.28%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C81CF0 (or 0xC81CF0) is known color: Electric Purple. HEX triplet: C8, 1C and F0. RGB value is (200,28,240). Sum of RGB (Red+Green+Blue) = 200+28+240=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 28 (11.33% from 255 or 5.98% from 468); Blue value is 240 (94.14% from 255 or 51.28% from 468); Max value from RGB is 240 - color contains mainly: blue. Hex color #C81CF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81CF0 is #37E30F. Grayscale: #666666. Windows color (decimal): -3662608 or 15736008. OLE color: 15736008.

HSL color Cylindrical-coordinate representation of color #C81CF0: hue angle of 288.68º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81CF0 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 200 28 240 -
CMYK 0.17 0.88 0 0.06
HSL 288.68º 0.88% 0.53% -
HSV(B) 288.68º 0.88% 0.94% -
XYZ 39.96 19.4 84.08 -
YUV 103.6 204.98 196.76 -
System Red Green Blue C M Y K H S L
Decimal 200 28 240 0.17 0.88 0 0.06 288.68 0.88 0.53
Hex C8 1C F0 11 58 0 6 121 58 35
Octal 310 34 360 21 130 0 6 441 130 65
Binary 11001000 11100 11110000 10001 1011000 0 110 100100001 1011000 110101

Color Harmonies of #C81CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81CF0

Black with #C81CF0

Text Example


Text Example

White with #C81CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81CF0; }

 p { color: rgb(200,28,240); }

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

background-color css

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

 a { background-color: rgb(200,28,240); }

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

border-color css

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

 span { border-color: rgb(200,28,240); }

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