Html Css Color HEX #C609FD Electric Purple

📋 copy color: '#C609FD'

red 198 ◦ green 9 ◦ blue 253

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

Shades of Electric Purple #C609FD

Tints of Electric Purple #C609FD

RGB

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

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

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

R = 43.04%
G = 1.96%
B = 55%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C609FD (or 0xC609FD) is known color: Electric Purple. HEX triplet: C6, 09 and FD. RGB value is (198,9,253). Sum of RGB (Red+Green+Blue) = 198+9+253=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 9 (3.91% from 255 or 1.96% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #C609FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C609FD is #39F602. Grayscale: #5C5C5C. Windows color (decimal): -3798531 or 16583110. OLE color: 16583110.

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

Color convert

RGB 198 9 253 -
CMYK 0.22 0.96 0 0.01
HSL 286.48º 0.98% 0.51% -
HSV(B) 286.48º 0.96% 0.99% -
XYZ 41.12 19.29 94.49 -
YUV 93.33 218.12 202.66 -
System Red Green Blue C M Y K H S L
Decimal 198 9 253 0.22 0.96 0 0.01 286.48 0.98 0.51
Hex C6 9 FD 16 60 0 1 11E 62 33
Octal 306 11 375 26 140 0 1 436 142 63
Binary 11000110 1001 11111101 10110 1100000 0 1 100011110 1100010 110011

Color Harmonies of #C609FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C609FD

Black with #C609FD

Text Example


Text Example

White with #C609FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C609FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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