Html Css Color HEX #C728FB Electric Purple

📋 copy color: '#C728FB'

red 199 ◦ green 40 ◦ blue 251

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

Shades of Electric Purple #C728FB

Tints of Electric Purple #C728FB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.16%

 BLUE value IS 251 (98.44% from 255) = 51.22%

R = 40.61%
G = 8.16%
B = 51.22%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C728FB (or 0xC728FB) is known color: Electric Purple. HEX triplet: C7, 28 and FB. RGB value is (199,40,251). Sum of RGB (Red+Green+Blue) = 199+40+251=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 40 (16.02% from 255 or 8.16% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #C728FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C728FB is #38D704. Grayscale: #6E6E6E. Windows color (decimal): -3725061 or 16459975. OLE color: 16459975.

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

Color convert

RGB 199 40 251 -
CMYK 0.21 0.84 0 0.02
HSL 285.21º 0.96% 0.57% -
HSV(B) 285.21º 0.84% 0.98% -
XYZ 41.72 20.62 93.05 -
YUV 111.6 206.68 190.34 -
System Red Green Blue C M Y K H S L
Decimal 199 40 251 0.21 0.84 0 0.02 285.21 0.96 0.57
Hex C7 28 FB 15 54 0 2 11D 60 39
Octal 307 50 373 25 124 0 2 435 140 71
Binary 11000111 101000 11111011 10101 1010100 0 10 100011101 1100000 111001

Color Harmonies of #C728FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C728FB

Black with #C728FB

Text Example


Text Example

White with #C728FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C728FB; }

 p { color: rgb(199,40,251); }

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

background-color css

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

 a { background-color: rgb(199,40,251); }

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

border-color css

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

 span { border-color: rgb(199,40,251); }

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