Html Css Color HEX #C808F8 Electric Purple

📋 copy color: '#C808F8'

red 200 ◦ green 8 ◦ blue 248

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

Shades of Electric Purple #C808F8

Tints of Electric Purple #C808F8

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.75%

 BLUE value IS 248 (97.27% from 255) = 54.39%

R = 43.86%
G = 1.75%
B = 54.39%

CMYK

 C value IS 0.19

 M value IS 0.97

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C808F8 (or 0xC808F8) is known color: Electric Purple. HEX triplet: C8, 08 and F8. RGB value is (200,8,248). Sum of RGB (Red+Green+Blue) = 200+8+248=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 8 (3.52% from 255 or 1.75% from 456); Blue value is 248 (97.27% from 255 or 54.39% from 456); Max value from RGB is 248 - color contains mainly: blue. Hex color #C808F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C808F8 is #37F707. Grayscale: #5C5C5C. Windows color (decimal): -3667720 or 16255176. OLE color: 16255176.

HSL color Cylindrical-coordinate representation of color #C808F8: hue angle of 288º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C808F8 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 200 8 248 -
CMYK 0.19 0.97 0 0.03
HSL 288º 0.94% 0.5% -
HSV(B) 288º 0.97% 0.97% -
XYZ 40.85 19.23 90.37 -
YUV 92.77 215.61 204.49 -
System Red Green Blue C M Y K H S L
Decimal 200 8 248 0.19 0.97 0 0.03 288 0.94 0.5
Hex C8 8 F8 13 61 0 3 120 5E 32
Octal 310 10 370 23 141 0 3 440 136 62
Binary 11001000 1000 11111000 10011 1100001 0 11 100100000 1011110 110010

Color Harmonies of #C808F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C808F8

Black with #C808F8

Text Example


Text Example

White with #C808F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C808F8; }

 p { color: rgb(200,8,248); }

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

background-color css

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

 a { background-color: rgb(200,8,248); }

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

border-color css

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

 span { border-color: rgb(200,8,248); }

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