Html Css Color HEX #C932FD Electric Purple

📋 copy color: '#C932FD'

red 201 ◦ green 50 ◦ blue 253

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

Shades of Electric Purple #C932FD

Tints of Electric Purple #C932FD

RGB

 RED value IS 201 (78.91% from 255) = 39.88%

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

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

R = 39.88%
G = 9.92%
B = 50.2%

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

#C932FD (or 0xC932FD) is known color: Electric Purple. HEX triplet: C9, 32 and FD. RGB value is (201,50,253). Sum of RGB (Red+Green+Blue) = 201+50+253=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 50 (19.92% from 255 or 9.92% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #C932FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C932FD is #36CD02. Grayscale: #757575. Windows color (decimal): -3591427 or 16593609. OLE color: 16593609.

HSL color Cylindrical-coordinate representation of color #C932FD: hue angle of 284.63º 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 #C932FD is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 50 253 -
CMYK 0.21 0.80 0 0.01
HSL 284.63º 0.98% 0.59% -
HSV(B) 284.63º 0.8% 0.99% -
XYZ 42.96 21.79 94.87 -
YUV 118.29 204.03 186.99 -
System Red Green Blue C M Y K H S L
Decimal 201 50 253 0.21 0.80 0 0.01 284.63 0.98 0.59
Hex C9 32 FD 15 50 0 1 11D 62 3B
Octal 311 62 375 25 120 0 1 435 142 73
Binary 11001001 110010 11111101 10101 1010000 0 1 100011101 1100010 111011

Color Harmonies of #C932FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C932FD

Black with #C932FD

Text Example


Text Example

White with #C932FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C932FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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