Html Css Color HEX #C209FE Electric Purple

📋 copy color: '#C209FE'

red 194 ◦ green 9 ◦ blue 254

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

Shades of Electric Purple #C209FE

Tints of Electric Purple #C209FE

RGB

 RED value IS 194 (76.17% from 255) = 42.45%

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

 BLUE value IS 254 (99.61% from 255) = 55.58%

R = 42.45%
G = 1.97%
B = 55.58%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C209FE (or 0xC209FE) is known color: Electric Purple. HEX triplet: C2, 09 and FE. RGB value is (194,9,254). Sum of RGB (Red+Green+Blue) = 194+9+254=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 9 (3.91% from 255 or 1.97% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #C209FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C209FE is #3DF601. Grayscale: #5B5B5B. Windows color (decimal): -4060674 or 16648642. OLE color: 16648642.

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

Color convert

RGB 194 9 254 -
CMYK 0.24 0.96 0 0.00
HSL 285.31º 0.99% 0.52% -
HSV(B) 285.31º 0.96% 1% -
XYZ 40.24 18.82 95.28 -
YUV 92.25 219.29 200.58 -
System Red Green Blue C M Y K H S L
Decimal 194 9 254 0.24 0.96 0 0.00 285.31 0.99 0.52
Hex C2 9 FE 18 60 0 0 11D 63 34
Octal 302 11 376 30 140 0 0 435 143 64
Binary 11000010 1001 11111110 11000 1100000 0 0 100011101 1100011 110100

Color Harmonies of #C209FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C209FE

Black with #C209FE

Text Example


Text Example

White with #C209FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C209FE; }

 p { color: rgb(194,9,254); }

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

background-color css

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

 a { background-color: rgb(194,9,254); }

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

border-color css

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

 span { border-color: rgb(194,9,254); }

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