Html Css Color HEX #C631FD Electric Purple

📋 copy color: '#C631FD'

red 198 ◦ green 49 ◦ blue 253

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

Shades of Electric Purple #C631FD

Tints of Electric Purple #C631FD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.8%

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

R = 39.6%
G = 9.8%
B = 50.6%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C631FD (or 0xC631FD) is known color: Electric Purple. HEX triplet: C6, 31 and FD. RGB value is (198,49,253). Sum of RGB (Red+Green+Blue) = 198+49+253=500 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.6% from 500); Green value is 49 (19.53% from 255 or 9.8% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #C631FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C631FD is #39CE02. Grayscale: #747474. Windows color (decimal): -3788291 or 16593350. OLE color: 16593350.

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

Color convert

RGB 198 49 253 -
CMYK 0.22 0.81 0 0.01
HSL 283.82º 0.98% 0.59% -
HSV(B) 283.82º 0.81% 0.99% -
XYZ 42.12 21.29 94.82 -
YUV 116.81 204.86 185.91 -
System Red Green Blue C M Y K H S L
Decimal 198 49 253 0.22 0.81 0 0.01 283.82 0.98 0.59
Hex C6 31 FD 16 51 0 1 11C 62 3B
Octal 306 61 375 26 121 0 1 434 142 73
Binary 11000110 110001 11111101 10110 1010001 0 1 100011100 1100010 111011

Color Harmonies of #C631FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C631FD

Black with #C631FD

Text Example


Text Example

White with #C631FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C631FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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