Html Css Color HEX #C730FE Electric Purple

📋 copy color: '#C730FE'

red 199 ◦ green 48 ◦ blue 254

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

Shades of Electric Purple #C730FE

Tints of Electric Purple #C730FE

RGB

 RED value IS 199 (78.13% from 255) = 39.72%

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

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

R = 39.72%
G = 9.58%
B = 50.7%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C730FE (or 0xC730FE) is known color: Electric Purple. HEX triplet: C7, 30 and FE. RGB value is (199,48,254). Sum of RGB (Red+Green+Blue) = 199+48+254=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 48 (19.14% from 255 or 9.58% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #C730FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C730FE is #38CF01. Grayscale: #737373. Windows color (decimal): -3723010 or 16658631. OLE color: 16658631.

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

Color convert

RGB 199 48 254 -
CMYK 0.22 0.81 0 0.00
HSL 283.98º 0.99% 0.59% -
HSV(B) 283.98º 0.81% 1% -
XYZ 42.5 21.41 95.66 -
YUV 116.63 205.53 186.75 -
System Red Green Blue C M Y K H S L
Decimal 199 48 254 0.22 0.81 0 0.00 283.98 0.99 0.59
Hex C7 30 FE 16 51 0 0 11C 63 3B
Octal 307 60 376 26 121 0 0 434 143 73
Binary 11000111 110000 11111110 10110 1010001 0 0 100011100 1100011 111011

Color Harmonies of #C730FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C730FE

Black with #C730FE

Text Example


Text Example

White with #C730FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C730FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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