Html Css Color HEX #C813FF Electric Purple

📋 copy color: '#C813FF'

red 200 ◦ green 19 ◦ blue 255

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

Shades of Electric Purple #C813FF

Tints of Electric Purple #C813FF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.01%

 BLUE value IS 255 (100% from 255) = 53.8%

R = 42.19%
G = 4.01%
B = 53.8%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C813FF (or 0xC813FF) is known color: Electric Purple. HEX triplet: C8, 13 and FF. RGB value is (200,19,255). Sum of RGB (Red+Green+Blue) = 200+19+255=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 19 (7.81% from 255 or 4.01% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #C813FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C813FF is #37EC00. Grayscale: #636363. Windows color (decimal): -3664897 or 16716744. OLE color: 16716744.

HSL color Cylindrical-coordinate representation of color #C813FF: hue angle of 286.02º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C813FF is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 200 19 255 -
CMYK 0.22 0.93 0 0
HSL 286.02º 1% 0.54% -
HSV(B) 286.02º 0.93% 1% -
XYZ 42.1 19.97 96.24 -
YUV 100.02 215.47 199.31 -
System Red Green Blue C M Y K H S L
Decimal 200 19 255 0.22 0.93 0 0 286.02 1 0.54
Hex C8 13 FF 16 5D 0 0 11E 64 36
Octal 310 23 377 26 135 0 0 436 144 66
Binary 11001000 10011 11111111 10110 1011101 0 0 100011110 1100100 110110

Color Harmonies of #C813FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C813FF

Black with #C813FF

Text Example


Text Example

White with #C813FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C813FF; }

 p { color: rgb(200,19,255); }

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

background-color css

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

 a { background-color: rgb(200,19,255); }

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

border-color css

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

 span { border-color: rgb(200,19,255); }

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