Html Css Color HEX #C50BEE Electric Purple

📋 copy color: '#C50BEE'

red 197 ◦ green 11 ◦ blue 238

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

Shades of Electric Purple #C50BEE

Tints of Electric Purple #C50BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.36%

R = 44.17%
G = 2.47%
B = 53.36%

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

#C50BEE (or 0xC50BEE) is known color: Electric Purple. HEX triplet: C5, 0B and EE. RGB value is (197,11,238). Sum of RGB (Red+Green+Blue) = 197+11+238=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 11 (4.69% from 255 or 2.47% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #C50BEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50BEE is #3AF411. Grayscale: #5B5B5B. Windows color (decimal): -3863570 or 15600581. OLE color: 15600581.

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

Color convert

RGB 197 11 238 -
CMYK 0.17 0.95 0 0.07
HSL 289.16º 0.91% 0.49% -
HSV(B) 289.16º 0.95% 0.93% -
XYZ 38.58 18.28 82.38 -
YUV 92.49 210.12 202.54 -
System Red Green Blue C M Y K H S L
Decimal 197 11 238 0.17 0.95 0 0.07 289.16 0.91 0.49
Hex C5 B EE 11 5F 0 7 121 5B 31
Octal 305 13 356 21 137 0 7 441 133 61
Binary 11000101 1011 11101110 10001 1011111 0 111 100100001 1011011 110001

Color Harmonies of #C50BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50BEE

Black with #C50BEE

Text Example


Text Example

White with #C50BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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