Html Css Color HEX #C930FE Electric Purple

📋 copy color: '#C930FE'

red 201 ◦ green 48 ◦ blue 254

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

Shades of Electric Purple #C930FE

Tints of Electric Purple #C930FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.5%

R = 39.96%
G = 9.54%
B = 50.5%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C930FE (or 0xC930FE) is known color: Electric Purple. HEX triplet: C9, 30 and FE. RGB value is (201,48,254). Sum of RGB (Red+Green+Blue) = 201+48+254=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 48 (19.14% from 255 or 9.54% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #C930FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C930FE is #36CF01. Grayscale: #747474. Windows color (decimal): -3591938 or 16658633. OLE color: 16658633.

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

Color convert

RGB 201 48 254 -
CMYK 0.21 0.81 0 0.00
HSL 284.56º 0.99% 0.59% -
HSV(B) 284.56º 0.81% 1% -
XYZ 43.03 21.69 95.68 -
YUV 117.23 205.19 187.75 -
System Red Green Blue C M Y K H S L
Decimal 201 48 254 0.21 0.81 0 0.00 284.56 0.99 0.59
Hex C9 30 FE 15 51 0 0 11D 63 3B
Octal 311 60 376 25 121 0 0 435 143 73
Binary 11001001 110000 11111110 10101 1010001 0 0 100011101 1100011 111011

Color Harmonies of #C930FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C930FE

Black with #C930FE

Text Example


Text Example

White with #C930FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C930FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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