Html Css Color HEX #C732FB Electric Purple

📋 copy color: '#C732FB'

red 199 ◦ green 50 ◦ blue 251

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

Shades of Electric Purple #C732FB

Tints of Electric Purple #C732FB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10%

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

R = 39.8%
G = 10%
B = 50.2%

CMYK

 C value IS 0.21

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C732FB (or 0xC732FB) is known color: Electric Purple. HEX triplet: C7, 32 and FB. RGB value is (199,50,251). Sum of RGB (Red+Green+Blue) = 199+50+251=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 50 (19.92% from 255 or 10% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #C732FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C732FB is #38CD04. Grayscale: #747474. Windows color (decimal): -3722501 or 16462535. OLE color: 16462535.

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

Color convert

RGB 199 50 251 -
CMYK 0.21 0.80 0 0.02
HSL 284.48º 0.96% 0.59% -
HSV(B) 284.48º 0.8% 0.98% -
XYZ 42.11 21.39 93.18 -
YUV 117.47 203.36 186.16 -
System Red Green Blue C M Y K H S L
Decimal 199 50 251 0.21 0.80 0 0.02 284.48 0.96 0.59
Hex C7 32 FB 15 50 0 2 11C 60 3B
Octal 307 62 373 25 120 0 2 434 140 73
Binary 11000111 110010 11111011 10101 1010000 0 10 100011100 1100000 111011

Color Harmonies of #C732FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C732FB

Black with #C732FB

Text Example


Text Example

White with #C732FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C732FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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