Html Css Color HEX #C009FD Electric Purple

📋 copy color: '#C009FD'

red 192 ◦ green 9 ◦ blue 253

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

Shades of Electric Purple #C009FD

Tints of Electric Purple #C009FD

RGB

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

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

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

R = 42.29%
G = 1.98%
B = 55.73%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C009FD (or 0xC009FD) is known color: Electric Purple. HEX triplet: C0, 09 and FD. RGB value is (192,9,253). Sum of RGB (Red+Green+Blue) = 192+9+253=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 9 (3.91% from 255 or 1.98% from 454); Blue value is 253 (99.22% from 255 or 55.73% from 454); Max value from RGB is 253 - color contains mainly: blue. Hex color #C009FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C009FD is #3FF602. Grayscale: #5A5A5A. Windows color (decimal): -4191747 or 16583104. OLE color: 16583104.

HSL color Cylindrical-coordinate representation of color #C009FD: hue angle of 285º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C009FD is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 9 253 -
CMYK 0.24 0.96 0 0.01
HSL 285º 0.98% 0.51% -
HSV(B) 285º 0.96% 0.99% -
XYZ 39.57 18.49 94.41 -
YUV 91.53 219.13 199.66 -
System Red Green Blue C M Y K H S L
Decimal 192 9 253 0.24 0.96 0 0.01 285 0.98 0.51
Hex C0 9 FD 18 60 0 1 11D 62 33
Octal 300 11 375 30 140 0 1 435 142 63
Binary 11000000 1001 11111101 11000 1100000 0 1 100011101 1100010 110011

Color Harmonies of #C009FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C009FD

Black with #C009FD

Text Example


Text Example

White with #C009FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C009FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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