Html Css Color HEX #C81CFC Electric Purple

📋 copy color: '#C81CFC'

red 200 ◦ green 28 ◦ blue 252

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

Shades of Electric Purple #C81CFC

Tints of Electric Purple #C81CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.5%

R = 41.67%
G = 5.83%
B = 52.5%

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

#C81CFC (or 0xC81CFC) is known color: Electric Purple. HEX triplet: C8, 1C and FC. RGB value is (200,28,252). Sum of RGB (Red+Green+Blue) = 200+28+252=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 28 (11.33% from 255 or 5.83% from 480); Blue value is 252 (98.83% from 255 or 52.5% from 480); Max value from RGB is 252 - color contains mainly: blue. Hex color #C81CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81CFC is #37E303. Grayscale: #686868. Windows color (decimal): -3662596 or 16522440. OLE color: 16522440.

HSL color Cylindrical-coordinate representation of color #C81CFC: hue angle of 286.07º degrees, saturation: 0.97, 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 #C81CFC is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 200 28 252 -
CMYK 0.21 0.89 0 0.01
HSL 286.07º 0.97% 0.55% -
HSV(B) 286.07º 0.89% 0.99% -
XYZ 41.81 20.14 93.78 -
YUV 104.96 210.98 195.79 -
System Red Green Blue C M Y K H S L
Decimal 200 28 252 0.21 0.89 0 0.01 286.07 0.97 0.55
Hex C8 1C FC 15 59 0 1 11E 61 37
Octal 310 34 374 25 131 0 1 436 141 67
Binary 11001000 11100 11111100 10101 1011001 0 1 100011110 1100001 110111

Color Harmonies of #C81CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81CFC

Black with #C81CFC

Text Example


Text Example

White with #C81CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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