Html Css Color HEX #C930FD Electric Purple

📋 copy color: '#C930FD'

red 201 ◦ green 48 ◦ blue 253

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

Shades of Electric Purple #C930FD

Tints of Electric Purple #C930FD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.56%

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

R = 40.04%
G = 9.56%
B = 50.4%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C930FD (or 0xC930FD) is known color: Electric Purple. HEX triplet: C9, 30 and FD. RGB value is (201,48,253). Sum of RGB (Red+Green+Blue) = 201+48+253=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 48 (19.14% from 255 or 9.56% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #C930FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C930FD is #36CF02. Grayscale: #747474. Windows color (decimal): -3591939 or 16593097. OLE color: 16593097.

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

Color convert

RGB 201 48 253 -
CMYK 0.21 0.81 0 0.01
HSL 284.78º 0.98% 0.59% -
HSV(B) 284.78º 0.81% 0.99% -
XYZ 42.87 21.62 94.84 -
YUV 117.12 204.69 187.83 -
System Red Green Blue C M Y K H S L
Decimal 201 48 253 0.21 0.81 0 0.01 284.78 0.98 0.59
Hex C9 30 FD 15 51 0 1 11D 62 3B
Octal 311 60 375 25 121 0 1 435 142 73
Binary 11001001 110000 11111101 10101 1010001 0 1 100011101 1100010 111011

Color Harmonies of #C930FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C930FD

Black with #C930FD

Text Example


Text Example

White with #C930FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C930FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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