Html Css Color HEX #C127FF Electric Purple

📋 copy color: '#C127FF'

red 193 ◦ green 39 ◦ blue 255

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

Shades of Electric Purple #C127FF

Tints of Electric Purple #C127FF

RGB

 RED value IS 193 (75.78% from 255) = 39.63%

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

 BLUE value IS 255 (100% from 255) = 52.36%

R = 39.63%
G = 8.01%
B = 52.36%

CMYK

 C value IS 0.24

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C127FF (or 0xC127FF) is known color: Electric Purple. HEX triplet: C1, 27 and FF. RGB value is (193,39,255). Sum of RGB (Red+Green+Blue) = 193+39+255=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 39 (15.62% from 255 or 8.01% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #C127FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C127FF is #3ED800. Grayscale: #6C6C6C. Windows color (decimal): -4118529 or 16721857. OLE color: 16721857.

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

Color convert

RGB 193 39 255 -
CMYK 0.24 0.85 0 0
HSL 282.78º 1% 0.58% -
HSV(B) 282.78º 0.85% 1% -
XYZ 40.77 20.01 96.32 -
YUV 109.67 210.02 187.44 -
System Red Green Blue C M Y K H S L
Decimal 193 39 255 0.24 0.85 0 0 282.78 1 0.58
Hex C1 27 FF 18 55 0 0 11B 64 3A
Octal 301 47 377 30 125 0 0 433 144 72
Binary 11000001 100111 11111111 11000 1010101 0 0 100011011 1100100 111010

Color Harmonies of #C127FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C127FF

Black with #C127FF

Text Example


Text Example

White with #C127FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C127FF; }

 p { color: rgb(193,39,255); }

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

background-color css

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

 a { background-color: rgb(193,39,255); }

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

border-color css

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

 span { border-color: rgb(193,39,255); }

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