Html Css Color HEX #C928FD Electric Purple

📋 copy color: '#C928FD'

red 201 ◦ green 40 ◦ blue 253

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

Shades of Electric Purple #C928FD

Tints of Electric Purple #C928FD

RGB

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

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

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

R = 40.69%
G = 8.1%
B = 51.21%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C928FD (or 0xC928FD) is known color: Electric Purple. HEX triplet: C9, 28 and FD. RGB value is (201,40,253). Sum of RGB (Red+Green+Blue) = 201+40+253=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 40 (16.02% from 255 or 8.10% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #C928FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C928FD is #36D702. Grayscale: #6F6F6F. Windows color (decimal): -3593987 or 16591049. OLE color: 16591049.

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

Color convert

RGB 201 40 253 -
CMYK 0.21 0.84 0 0.01
HSL 285.35º 0.98% 0.57% -
HSV(B) 285.35º 0.84% 0.99% -
XYZ 42.58 21.03 94.74 -
YUV 112.42 207.34 191.18 -
System Red Green Blue C M Y K H S L
Decimal 201 40 253 0.21 0.84 0 0.01 285.35 0.98 0.57
Hex C9 28 FD 15 54 0 1 11D 62 39
Octal 311 50 375 25 124 0 1 435 142 71
Binary 11001001 101000 11111101 10101 1010100 0 1 100011101 1100010 111001

Color Harmonies of #C928FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C928FD

Black with #C928FD

Text Example


Text Example

White with #C928FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C928FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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