Html Css Color HEX #C136FF Electric Purple

📋 copy color: '#C136FF'

red 193 ◦ green 54 ◦ blue 255

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

Shades of Electric Purple #C136FF

Tints of Electric Purple #C136FF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.76%

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

R = 38.45%
G = 10.76%
B = 50.8%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C136FF (or 0xC136FF) is known color: Electric Purple. HEX triplet: C1, 36 and FF. RGB value is (193,54,255). Sum of RGB (Red+Green+Blue) = 193+54+255=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 54 (21.48% from 255 or 10.76% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #C136FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C136FF is #3EC900. Grayscale: #757575. Windows color (decimal): -4114689 or 16725697. OLE color: 16725697.

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

Color convert

RGB 193 54 255 -
CMYK 0.24 0.79 0 0
HSL 281.49º 1% 0.61% -
HSV(B) 281.49º 0.79% 1% -
XYZ 41.36 21.2 96.52 -
YUV 118.48 205.05 181.16 -
System Red Green Blue C M Y K H S L
Decimal 193 54 255 0.24 0.79 0 0 281.49 1 0.61
Hex C1 36 FF 18 4F 0 0 119 64 3D
Octal 301 66 377 30 117 0 0 431 144 75
Binary 11000001 110110 11111111 11000 1001111 0 0 100011001 1100100 111101

Color Harmonies of #C136FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C136FF

Black with #C136FF

Text Example


Text Example

White with #C136FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C136FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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