Html Css Color HEX #C810FC Electric Purple

📋 copy color: '#C810FC'

red 200 ◦ green 16 ◦ blue 252

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

Shades of Electric Purple #C810FC

Tints of Electric Purple #C810FC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.42%

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

R = 42.74%
G = 3.42%
B = 53.85%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C810FC (or 0xC810FC) is known color: Electric Purple. HEX triplet: C8, 10 and FC. RGB value is (200,16,252). Sum of RGB (Red+Green+Blue) = 200+16+252=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 16 (6.64% from 255 or 3.42% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #C810FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C810FC is #37EF03. Grayscale: #616161. Windows color (decimal): -3665668 or 16519368. OLE color: 16519368.

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

Color convert

RGB 200 16 252 -
CMYK 0.21 0.94 0 0.01
HSL 286.78º 0.98% 0.53% -
HSV(B) 286.78º 0.94% 0.99% -
XYZ 41.58 19.68 93.7 -
YUV 97.92 214.96 200.81 -
System Red Green Blue C M Y K H S L
Decimal 200 16 252 0.21 0.94 0 0.01 286.78 0.98 0.53
Hex C8 10 FC 15 5E 0 1 11F 62 35
Octal 310 20 374 25 136 0 1 437 142 65
Binary 11001000 10000 11111100 10101 1011110 0 1 100011111 1100010 110101

Color Harmonies of #C810FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C810FC

Black with #C810FC

Text Example


Text Example

White with #C810FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C810FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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