Html Css Color HEX #C716FA Electric Purple

📋 copy color: '#C716FA'

red 199 ◦ green 22 ◦ blue 250

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

Shades of Electric Purple #C716FA

Tints of Electric Purple #C716FA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.67%

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

R = 42.25%
G = 4.67%
B = 53.08%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C716FA (or 0xC716FA) is known color: Electric Purple. HEX triplet: C7, 16 and FA. RGB value is (199,22,250). Sum of RGB (Red+Green+Blue) = 199+22+250=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 22 (8.98% from 255 or 4.67% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #C716FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C716FA is #38E905. Grayscale: #646464. Windows color (decimal): -3729670 or 16389831. OLE color: 16389831.

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

Color convert

RGB 199 22 250 -
CMYK 0.20 0.91 0 0.02
HSL 286.58º 0.96% 0.53% -
HSV(B) 286.58º 0.91% 0.98% -
XYZ 41.1 19.62 92.06 -
YUV 100.92 212.14 197.96 -
System Red Green Blue C M Y K H S L
Decimal 199 22 250 0.20 0.91 0 0.02 286.58 0.96 0.53
Hex C7 16 FA 14 5B 0 2 11F 60 35
Octal 307 26 372 24 133 0 2 437 140 65
Binary 11000111 10110 11111010 10100 1011011 0 10 100011111 1100000 110101

Color Harmonies of #C716FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C716FA

Black with #C716FA

Text Example


Text Example

White with #C716FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C716FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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