Html Css Color HEX #C20BE7 Electric Purple

📋 copy color: '#C20BE7'

red 194 ◦ green 11 ◦ blue 231

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

Shades of Electric Purple #C20BE7

Tints of Electric Purple #C20BE7

RGB

 RED value IS 194 (76.17% from 255) = 44.5%

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

 BLUE value IS 231 (90.63% from 255) = 52.98%

R = 44.5%
G = 2.52%
B = 52.98%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C20BE7 (or 0xC20BE7) is known color: Electric Purple. HEX triplet: C2, 0B and E7. RGB value is (194,11,231). Sum of RGB (Red+Green+Blue) = 194+11+231=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 11 (4.69% from 255 or 2.52% from 436); Blue value is 231 (90.62% from 255 or 52.98% from 436); Max value from RGB is 231 - color contains mainly: blue. Hex color #C20BE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20BE7 is #3DF418. Grayscale: #5A5A5A. Windows color (decimal): -4060185 or 15141826. OLE color: 15141826.

HSL color Cylindrical-coordinate representation of color #C20BE7: hue angle of 289.91º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20BE7 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 11 231 -
CMYK 0.16 0.95 0 0.09
HSL 289.91º 0.91% 0.47% -
HSV(B) 289.91º 0.95% 0.91% -
XYZ 36.79 17.48 77.04 -
YUV 90.8 207.13 201.61 -
System Red Green Blue C M Y K H S L
Decimal 194 11 231 0.16 0.95 0 0.09 289.91 0.91 0.47
Hex C2 B E7 10 5F 0 9 122 5B 2F
Octal 302 13 347 20 137 0 11 442 133 57
Binary 11000010 1011 11100111 10000 1011111 0 1001 100100010 1011011 101111

Color Harmonies of #C20BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20BE7

Black with #C20BE7

Text Example


Text Example

White with #C20BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20BE7; }

 p { color: rgb(194,11,231); }

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

background-color css

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

 a { background-color: rgb(194,11,231); }

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

border-color css

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

 span { border-color: rgb(194,11,231); }

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