Html Css Color HEX #C70BEB Electric Purple

📋 copy color: '#C70BEB'

red 199 ◦ green 11 ◦ blue 235

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

Shades of Electric Purple #C70BEB

Tints of Electric Purple #C70BEB

RGB

 RED value IS 199 (78.13% from 255) = 44.72%

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

 BLUE value IS 235 (92.19% from 255) = 52.81%

R = 44.72%
G = 2.47%
B = 52.81%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C70BEB (or 0xC70BEB) is known color: Electric Purple. HEX triplet: C7, 0B and EB. RGB value is (199,11,235). Sum of RGB (Red+Green+Blue) = 199+11+235=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 11 (4.69% from 255 or 2.47% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #C70BEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C70BEB is #38F414. Grayscale: #5C5C5C. Windows color (decimal): -3732501 or 15403975. OLE color: 15403975.

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

Color convert

RGB 199 11 235 -
CMYK 0.15 0.95 0 0.08
HSL 290.36º 0.91% 0.48% -
HSV(B) 290.36º 0.95% 0.92% -
XYZ 38.67 18.38 80.11 -
YUV 92.75 208.28 203.79 -
System Red Green Blue C M Y K H S L
Decimal 199 11 235 0.15 0.95 0 0.08 290.36 0.91 0.48
Hex C7 B EB F 5F 0 8 122 5B 30
Octal 307 13 353 17 137 0 10 442 133 60
Binary 11000111 1011 11101011 1111 1011111 0 1000 100100010 1011011 110000

Color Harmonies of #C70BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70BEB

Black with #C70BEB

Text Example


Text Example

White with #C70BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70BEB; }

 p { color: rgb(199,11,235); }

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

background-color css

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

 a { background-color: rgb(199,11,235); }

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

border-color css

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

 span { border-color: rgb(199,11,235); }

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