Html Css Color HEX #C609EB Electric Purple

📋 copy color: '#C609EB'

red 198 ◦ green 9 ◦ blue 235

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

Shades of Electric Purple #C609EB

Tints of Electric Purple #C609EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 53.17%

R = 44.8%
G = 2.04%
B = 53.17%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C609EB (or 0xC609EB) is known color: Electric Purple. HEX triplet: C6, 09 and EB. RGB value is (198,9,235). Sum of RGB (Red+Green+Blue) = 198+9+235=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 9 (3.91% from 255 or 2.04% from 442); Blue value is 235 (92.19% from 255 or 53.17% from 442); Max value from RGB is 235 - color contains mainly: blue. Hex color #C609EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C609EB is #39F614. Grayscale: #5A5A5A. Windows color (decimal): -3798549 or 15403462. OLE color: 15403462.

HSL color Cylindrical-coordinate representation of color #C609EB: hue angle of 290.18º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C609EB is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 9 235 -
CMYK 0.16 0.96 0 0.08
HSL 290.18º 0.93% 0.48% -
HSV(B) 290.18º 0.96% 0.92% -
XYZ 38.38 18.2 80.09 -
YUV 91.28 209.12 204.12 -
System Red Green Blue C M Y K H S L
Decimal 198 9 235 0.16 0.96 0 0.08 290.18 0.93 0.48
Hex C6 9 EB 10 60 0 8 122 5D 30
Octal 306 11 353 20 140 0 10 442 135 60
Binary 11000110 1001 11101011 10000 1100000 0 1000 100100010 1011101 110000

Color Harmonies of #C609EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C609EB

Black with #C609EB

Text Example


Text Example

White with #C609EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C609EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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