Html Css Color HEX #C632FD Electric Purple

📋 copy color: '#C632FD'

red 198 ◦ green 50 ◦ blue 253

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

Shades of Electric Purple #C632FD

Tints of Electric Purple #C632FD

RGB

 RED value IS 198 (77.73% from 255) = 39.52%

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

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

R = 39.52%
G = 9.98%
B = 50.5%

CMYK

 C value IS 0.22

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C632FD (or 0xC632FD) is known color: Electric Purple. HEX triplet: C6, 32 and FD. RGB value is (198,50,253). Sum of RGB (Red+Green+Blue) = 198+50+253=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 50 (19.92% from 255 or 9.98% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #C632FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C632FD is #39CD02. Grayscale: #747474. Windows color (decimal): -3788035 or 16593606. OLE color: 16593606.

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

Color convert

RGB 198 50 253 -
CMYK 0.22 0.80 0 0.01
HSL 283.74º 0.98% 0.59% -
HSV(B) 283.74º 0.8% 0.99% -
XYZ 42.16 21.38 94.83 -
YUV 117.39 204.53 185.49 -
System Red Green Blue C M Y K H S L
Decimal 198 50 253 0.22 0.80 0 0.01 283.74 0.98 0.59
Hex C6 32 FD 16 50 0 1 11C 62 3B
Octal 306 62 375 26 120 0 1 434 142 73
Binary 11000110 110010 11111101 10110 1010000 0 1 100011100 1100010 111011

Color Harmonies of #C632FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C632FD

Black with #C632FD

Text Example


Text Example

White with #C632FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C632FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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