Html Css Color HEX #C81CFD Electric Purple

📋 copy color: '#C81CFD'

red 200 ◦ green 28 ◦ blue 253

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

Shades of Electric Purple #C81CFD

Tints of Electric Purple #C81CFD

RGB

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

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

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

R = 41.58%
G = 5.82%
B = 52.6%

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

#C81CFD (or 0xC81CFD) is known color: Electric Purple. HEX triplet: C8, 1C and FD. RGB value is (200,28,253). Sum of RGB (Red+Green+Blue) = 200+28+253=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 28 (11.33% from 255 or 5.82% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #C81CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81CFD is #37E302. Grayscale: #686868. Windows color (decimal): -3662595 or 16587976. OLE color: 16587976.

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

Color convert

RGB 200 28 253 -
CMYK 0.21 0.89 0 0.01
HSL 285.87º 0.98% 0.55% -
HSV(B) 285.87º 0.89% 0.99% -
XYZ 41.96 20.2 94.62 -
YUV 105.08 211.48 195.7 -
System Red Green Blue C M Y K H S L
Decimal 200 28 253 0.21 0.89 0 0.01 285.87 0.98 0.55
Hex C8 1C FD 15 59 0 1 11E 62 37
Octal 310 34 375 25 131 0 1 436 142 67
Binary 11001000 11100 11111101 10101 1011001 0 1 100011110 1100010 110111

Color Harmonies of #C81CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81CFD

Black with #C81CFD

Text Example


Text Example

White with #C81CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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