Html Css Color HEX #C609FE Electric Purple

📋 copy color: '#C609FE'

red 198 ◦ green 9 ◦ blue 254

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

Shades of Electric Purple #C609FE

Tints of Electric Purple #C609FE

RGB

 RED value IS 198 (77.73% from 255) = 42.95%

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

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

R = 42.95%
G = 1.95%
B = 55.1%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C609FE (or 0xC609FE) is known color: Electric Purple. HEX triplet: C6, 09 and FE. RGB value is (198,9,254). Sum of RGB (Red+Green+Blue) = 198+9+254=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 9 (3.91% from 255 or 1.95% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #C609FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C609FE is #39F601. Grayscale: #5C5C5C. Windows color (decimal): -3798530 or 16648646. OLE color: 16648646.

HSL color Cylindrical-coordinate representation of color #C609FE: hue angle of 286.29º 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 #C609FE is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 198 9 254 -
CMYK 0.22 0.96 0 0.00
HSL 286.29º 0.99% 0.52% -
HSV(B) 286.29º 0.96% 1% -
XYZ 41.28 19.36 95.33 -
YUV 93.44 218.62 202.58 -
System Red Green Blue C M Y K H S L
Decimal 198 9 254 0.22 0.96 0 0.00 286.29 0.99 0.52
Hex C6 9 FE 16 60 0 0 11E 63 34
Octal 306 11 376 26 140 0 0 436 143 64
Binary 11000110 1001 11111110 10110 1100000 0 0 100011110 1100011 110100

Color Harmonies of #C609FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C609FE

Black with #C609FE

Text Example


Text Example

White with #C609FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C609FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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