Html Css Color HEX #C732FD Electric Purple

📋 copy color: '#C732FD'

red 199 ◦ green 50 ◦ blue 253

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

Shades of Electric Purple #C732FD

Tints of Electric Purple #C732FD

RGB

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

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

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

R = 39.64%
G = 9.96%
B = 50.4%

CMYK

 C value IS 0.21

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C732FD (or 0xC732FD) is known color: Electric Purple. HEX triplet: C7, 32 and FD. RGB value is (199,50,253). Sum of RGB (Red+Green+Blue) = 199+50+253=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 50 (19.92% from 255 or 9.96% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #C732FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C732FD is #38CD02. Grayscale: #757575. Windows color (decimal): -3722499 or 16593607. OLE color: 16593607.

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

Color convert

RGB 199 50 253 -
CMYK 0.21 0.80 0 0.01
HSL 284.04º 0.98% 0.59% -
HSV(B) 284.04º 0.8% 0.99% -
XYZ 42.42 21.52 94.85 -
YUV 117.69 204.36 185.99 -
System Red Green Blue C M Y K H S L
Decimal 199 50 253 0.21 0.80 0 0.01 284.04 0.98 0.59
Hex C7 32 FD 15 50 0 1 11C 62 3B
Octal 307 62 375 25 120 0 1 434 142 73
Binary 11000111 110010 11111101 10101 1010000 0 1 100011100 1100010 111011

Color Harmonies of #C732FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C732FD

Black with #C732FD

Text Example


Text Example

White with #C732FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C732FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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