Html Css Color HEX #C810FD Electric Purple

📋 copy color: '#C810FD'

red 200 ◦ green 16 ◦ blue 253

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

Shades of Electric Purple #C810FD

Tints of Electric Purple #C810FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.94%

R = 42.64%
G = 3.41%
B = 53.94%

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

#C810FD (or 0xC810FD) is known color: Electric Purple. HEX triplet: C8, 10 and FD. RGB value is (200,16,253). Sum of RGB (Red+Green+Blue) = 200+16+253=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 16 (6.64% from 255 or 3.41% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #C810FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C810FD is #37EF02. Grayscale: #616161. Windows color (decimal): -3665667 or 16584904. OLE color: 16584904.

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

Color convert

RGB 200 16 253 -
CMYK 0.21 0.94 0 0.01
HSL 286.58º 0.98% 0.53% -
HSV(B) 286.58º 0.94% 0.99% -
XYZ 41.73 19.74 94.54 -
YUV 98.03 215.46 200.73 -
System Red Green Blue C M Y K H S L
Decimal 200 16 253 0.21 0.94 0 0.01 286.58 0.98 0.53
Hex C8 10 FD 15 5E 0 1 11F 62 35
Octal 310 20 375 25 136 0 1 437 142 65
Binary 11001000 10000 11111101 10101 1011110 0 1 100011111 1100010 110101

Color Harmonies of #C810FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C810FD

Black with #C810FD

Text Example


Text Example

White with #C810FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C810FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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