Html Css Color HEX #C50BEC Electric Purple

📋 copy color: '#C50BEC'

red 197 ◦ green 11 ◦ blue 236

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

Shades of Electric Purple #C50BEC

Tints of Electric Purple #C50BEC

RGB

 RED value IS 197 (77.34% from 255) = 44.37%

 GREEN value IS 11 (4.69% from 255) = 2.48%

 BLUE value IS 236 (92.58% from 255) = 53.15%

R = 44.37%
G = 2.48%
B = 53.15%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C50BEC (or 0xC50BEC) is known color: Electric Purple. HEX triplet: C5, 0B and EC. RGB value is (197,11,236). Sum of RGB (Red+Green+Blue) = 197+11+236=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 11 (4.69% from 255 or 2.48% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #C50BEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50BEC is #3AF413. Grayscale: #5B5B5B. Windows color (decimal): -3863572 or 15469509. OLE color: 15469509.

HSL color Cylindrical-coordinate representation of color #C50BEC: hue angle of 289.6º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50BEC is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 11 236 -
CMYK 0.17 0.95 0 0.07
HSL 289.6º 0.91% 0.48% -
HSV(B) 289.6º 0.95% 0.93% -
XYZ 38.29 18.17 80.85 -
YUV 92.26 209.12 202.7 -
System Red Green Blue C M Y K H S L
Decimal 197 11 236 0.17 0.95 0 0.07 289.6 0.91 0.48
Hex C5 B EC 11 5F 0 7 122 5B 30
Octal 305 13 354 21 137 0 7 442 133 60
Binary 11000101 1011 11101100 10001 1011111 0 111 100100010 1011011 110000

Color Harmonies of #C50BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50BEC

Black with #C50BEC

Text Example


Text Example

White with #C50BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50BEC; }

 p { color: rgb(197,11,236); }

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

background-color css

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

 a { background-color: rgb(197,11,236); }

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

border-color css

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

 span { border-color: rgb(197,11,236); }

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