Html Css Color HEX #C609FF Electric Purple

📋 copy color: '#C609FF'

red 198 ◦ green 9 ◦ blue 255

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

Shades of Electric Purple #C609FF

Tints of Electric Purple #C609FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.19%

R = 42.86%
G = 1.95%
B = 55.19%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C609FF (or 0xC609FF) is known color: Electric Purple. HEX triplet: C6, 09 and FF. RGB value is (198,9,255). Sum of RGB (Red+Green+Blue) = 198+9+255=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 9 (3.91% from 255 or 1.95% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #C609FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C609FF is #39F600. Grayscale: #5C5C5C. Windows color (decimal): -3798529 or 16714182. OLE color: 16714182.

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

Color convert

RGB 198 9 255 -
CMYK 0.22 0.96 0 0
HSL 286.1º 1% 0.52% -
HSV(B) 286.1º 0.96% 1% -
XYZ 41.44 19.42 96.17 -
YUV 93.56 219.12 202.5 -
System Red Green Blue C M Y K H S L
Decimal 198 9 255 0.22 0.96 0 0 286.1 1 0.52
Hex C6 9 FF 16 60 0 0 11E 64 34
Octal 306 11 377 26 140 0 0 436 144 64
Binary 11000110 1001 11111111 10110 1100000 0 0 100011110 1100100 110100

Color Harmonies of #C609FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C609FF

Black with #C609FF

Text Example


Text Example

White with #C609FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C609FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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