Html Css Color HEX #C01EFD Electric Purple

📋 copy color: '#C01EFD'

red 192 ◦ green 30 ◦ blue 253

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

Shades of Electric Purple #C01EFD

Tints of Electric Purple #C01EFD

RGB

 RED value IS 192 (75.39% from 255) = 40.42%

 GREEN value IS 30 (12.11% from 255) = 6.32%

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

R = 40.42%
G = 6.32%
B = 53.26%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C01EFD (or 0xC01EFD) is known color: Electric Purple. HEX triplet: C0, 1E and FD. RGB value is (192,30,253). Sum of RGB (Red+Green+Blue) = 192+30+253=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 30 (12.11% from 255 or 6.32% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #C01EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01EFD is #3FE102. Grayscale: #676767. Windows color (decimal): -4186371 or 16588480. OLE color: 16588480.

HSL color Cylindrical-coordinate representation of color #C01EFD: hue angle of 283.59º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01EFD is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 30 253 -
CMYK 0.24 0.88 0 0.01
HSL 283.59º 0.98% 0.55% -
HSV(B) 283.59º 0.88% 0.99% -
XYZ 39.93 19.23 94.54 -
YUV 103.86 212.17 190.87 -
System Red Green Blue C M Y K H S L
Decimal 192 30 253 0.24 0.88 0 0.01 283.59 0.98 0.55
Hex C0 1E FD 18 58 0 1 11C 62 37
Octal 300 36 375 30 130 0 1 434 142 67
Binary 11000000 11110 11111101 11000 1011000 0 1 100011100 1100010 110111

Color Harmonies of #C01EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01EFD

Black with #C01EFD

Text Example


Text Example

White with #C01EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01EFD; }

 p { color: rgb(192,30,253); }

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

background-color css

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

 a { background-color: rgb(192,30,253); }

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

border-color css

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

 span { border-color: rgb(192,30,253); }

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