Html Css Color HEX #C730FD Electric Purple

📋 copy color: '#C730FD'

red 199 ◦ green 48 ◦ blue 253

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

Shades of Electric Purple #C730FD

Tints of Electric Purple #C730FD

RGB

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

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

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

R = 39.8%
G = 9.6%
B = 50.6%

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

#C730FD (or 0xC730FD) is known color: Electric Purple. HEX triplet: C7, 30 and FD. RGB value is (199,48,253). Sum of RGB (Red+Green+Blue) = 199+48+253=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 48 (19.14% from 255 or 9.6% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #C730FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C730FD is #38CF02. Grayscale: #737373. Windows color (decimal): -3723011 or 16593095. OLE color: 16593095.

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

Color convert

RGB 199 48 253 -
CMYK 0.21 0.81 0 0.01
HSL 284.2º 0.98% 0.59% -
HSV(B) 284.2º 0.81% 0.99% -
XYZ 42.34 21.35 94.82 -
YUV 116.52 205.03 186.83 -
System Red Green Blue C M Y K H S L
Decimal 199 48 253 0.21 0.81 0 0.01 284.2 0.98 0.59
Hex C7 30 FD 15 51 0 1 11C 62 3B
Octal 307 60 375 25 121 0 1 434 142 73
Binary 11000111 110000 11111101 10101 1010001 0 1 100011100 1100010 111011

Color Harmonies of #C730FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C730FD

Black with #C730FD

Text Example


Text Example

White with #C730FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C730FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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