Html Css Color HEX #C027FD Electric Purple

📋 copy color: '#C027FD'

red 192 ◦ green 39 ◦ blue 253

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

Shades of Electric Purple #C027FD

Tints of Electric Purple #C027FD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.06%

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

R = 39.67%
G = 8.06%
B = 52.27%

CMYK

 C value IS 0.24

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C027FD (or 0xC027FD) is known color: Electric Purple. HEX triplet: C0, 27 and FD. RGB value is (192,39,253). Sum of RGB (Red+Green+Blue) = 192+39+253=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 39 (15.62% from 255 or 8.06% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #C027FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C027FD is #3FD802. Grayscale: #6C6C6C. Windows color (decimal): -4184067 or 16590784. OLE color: 16590784.

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

Color convert

RGB 192 39 253 -
CMYK 0.24 0.85 0 0.01
HSL 282.9º 0.98% 0.57% -
HSV(B) 282.9º 0.85% 0.99% -
XYZ 40.19 19.75 94.62 -
YUV 109.14 209.19 187.1 -
System Red Green Blue C M Y K H S L
Decimal 192 39 253 0.24 0.85 0 0.01 282.9 0.98 0.57
Hex C0 27 FD 18 55 0 1 11B 62 39
Octal 300 47 375 30 125 0 1 433 142 71
Binary 11000000 100111 11111101 11000 1010101 0 1 100011011 1100010 111001

Color Harmonies of #C027FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C027FD

Black with #C027FD

Text Example


Text Example

White with #C027FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C027FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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