Html Css Color HEX #C628FD Electric Purple

📋 copy color: '#C628FD'

red 198 ◦ green 40 ◦ blue 253

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

Shades of Electric Purple #C628FD

Tints of Electric Purple #C628FD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.15%

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

R = 40.33%
G = 8.15%
B = 51.53%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C628FD (or 0xC628FD) is known color: Electric Purple. HEX triplet: C6, 28 and FD. RGB value is (198,40,253). Sum of RGB (Red+Green+Blue) = 198+40+253=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 40 (16.02% from 255 or 8.15% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #C628FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C628FD is #39D702. Grayscale: #6E6E6E. Windows color (decimal): -3790595 or 16591046. OLE color: 16591046.

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

Color convert

RGB 198 40 253 -
CMYK 0.22 0.84 0 0.01
HSL 284.51º 0.98% 0.57% -
HSV(B) 284.51º 0.84% 0.99% -
XYZ 41.78 20.62 94.71 -
YUV 111.52 207.85 189.68 -
System Red Green Blue C M Y K H S L
Decimal 198 40 253 0.22 0.84 0 0.01 284.51 0.98 0.57
Hex C6 28 FD 16 54 0 1 11D 62 39
Octal 306 50 375 26 124 0 1 435 142 71
Binary 11000110 101000 11111101 10110 1010100 0 1 100011101 1100010 111001

Color Harmonies of #C628FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C628FD

Black with #C628FD

Text Example


Text Example

White with #C628FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C628FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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