Html Css Color HEX #C709FA Electric Purple

📋 copy color: '#C709FA'

red 199 ◦ green 9 ◦ blue 250

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

Shades of Electric Purple #C709FA

Tints of Electric Purple #C709FA

RGB

 RED value IS 199 (78.13% from 255) = 43.45%

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

 BLUE value IS 250 (98.05% from 255) = 54.59%

R = 43.45%
G = 1.97%
B = 54.59%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C709FA (or 0xC709FA) is known color: Electric Purple. HEX triplet: C7, 09 and FA. RGB value is (199,9,250). Sum of RGB (Red+Green+Blue) = 199+9+250=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 9 (3.91% from 255 or 1.97% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #C709FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C709FA is #38F605. Grayscale: #5C5C5C. Windows color (decimal): -3732998 or 16386503. OLE color: 16386503.

HSL color Cylindrical-coordinate representation of color #C709FA: hue angle of 287.3º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C709FA is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 9 250 -
CMYK 0.20 0.96 0 0.02
HSL 287.3º 0.96% 0.51% -
HSV(B) 287.3º 0.96% 0.98% -
XYZ 40.91 19.24 92 -
YUV 93.28 216.45 203.4 -
System Red Green Blue C M Y K H S L
Decimal 199 9 250 0.20 0.96 0 0.02 287.3 0.96 0.51
Hex C7 9 FA 14 60 0 2 11F 60 33
Octal 307 11 372 24 140 0 2 437 140 63
Binary 11000111 1001 11111010 10100 1100000 0 10 100011111 1100000 110011

Color Harmonies of #C709FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C709FA

Black with #C709FA

Text Example


Text Example

White with #C709FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C709FA; }

 p { color: rgb(199,9,250); }

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

background-color css

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

 a { background-color: rgb(199,9,250); }

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

border-color css

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

 span { border-color: rgb(199,9,250); }

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