Html Css Color HEX #C819F2 Electric Purple

📋 copy color: '#C819F2'

red 200 ◦ green 25 ◦ blue 242

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

Shades of Electric Purple #C819F2

Tints of Electric Purple #C819F2

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.35%

 BLUE value IS 242 (94.92% from 255) = 51.82%

R = 42.83%
G = 5.35%
B = 51.82%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C819F2 (or 0xC819F2) is known color: Electric Purple. HEX triplet: C8, 19 and F2. RGB value is (200,25,242). Sum of RGB (Red+Green+Blue) = 200+25+242=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 25 (10.16% from 255 or 5.35% from 467); Blue value is 242 (94.92% from 255 or 51.82% from 467); Max value from RGB is 242 - color contains mainly: blue. Hex color #C819F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C819F2 is #37E60D. Grayscale: #656565. Windows color (decimal): -3663374 or 15866312. OLE color: 15866312.

HSL color Cylindrical-coordinate representation of color #C819F2: hue angle of 288.39º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C819F2 is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 200 25 242 -
CMYK 0.17 0.90 0 0.05
HSL 288.39º 0.89% 0.52% -
HSV(B) 288.39º 0.9% 0.95% -
XYZ 40.19 19.39 85.63 -
YUV 102.06 206.98 197.86 -
System Red Green Blue C M Y K H S L
Decimal 200 25 242 0.17 0.90 0 0.05 288.39 0.89 0.52
Hex C8 19 F2 11 5A 0 5 120 59 34
Octal 310 31 362 21 132 0 5 440 131 64
Binary 11001000 11001 11110010 10001 1011010 0 101 100100000 1011001 110100

Color Harmonies of #C819F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C819F2

Black with #C819F2

Text Example


Text Example

White with #C819F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C819F2; }

 p { color: rgb(200,25,242); }

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

background-color css

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

 a { background-color: rgb(200,25,242); }

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

border-color css

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

 span { border-color: rgb(200,25,242); }

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