Html Css Color HEX #C009F8 Electric Purple

📋 copy color: '#C009F8'

red 192 ◦ green 9 ◦ blue 248

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

Shades of Electric Purple #C009F8

Tints of Electric Purple #C009F8

RGB

 RED value IS 192 (75.39% from 255) = 42.76%

 GREEN value IS 9 (3.91% from 255) = 2%

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

R = 42.76%
G = 2%
B = 55.23%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C009F8 (or 0xC009F8) is known color: Electric Purple. HEX triplet: C0, 09 and F8. RGB value is (192,9,248). Sum of RGB (Red+Green+Blue) = 192+9+248=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 9 (3.91% from 255 or 2.00% from 449); Blue value is 248 (97.27% from 255 or 55.23% from 449); Max value from RGB is 248 - color contains mainly: blue. Hex color #C009F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C009F8 is #3FF607. Grayscale: #5A5A5A. Windows color (decimal): -4191752 or 16255424. OLE color: 16255424.

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

Color convert

RGB 192 9 248 -
CMYK 0.23 0.96 0 0.03
HSL 285.94º 0.94% 0.5% -
HSV(B) 285.94º 0.96% 0.97% -
XYZ 38.78 18.18 90.27 -
YUV 90.96 216.63 200.07 -
System Red Green Blue C M Y K H S L
Decimal 192 9 248 0.23 0.96 0 0.03 285.94 0.94 0.5
Hex C0 9 F8 17 60 0 3 11E 5E 32
Octal 300 11 370 27 140 0 3 436 136 62
Binary 11000000 1001 11111000 10111 1100000 0 11 100011110 1011110 110010

Color Harmonies of #C009F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C009F8

Black with #C009F8

Text Example


Text Example

White with #C009F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C009F8; }

 p { color: rgb(192,9,248); }

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

background-color css

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

 a { background-color: rgb(192,9,248); }

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

border-color css

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

 span { border-color: rgb(192,9,248); }

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