Html Css Color HEX #C506EB Electric Purple

📋 copy color: '#C506EB'

red 197 ◦ green 6 ◦ blue 235

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

Shades of Electric Purple #C506EB

Tints of Electric Purple #C506EB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.37%

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

R = 44.98%
G = 1.37%
B = 53.65%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C506EB (or 0xC506EB) is known color: Electric Purple. HEX triplet: C5, 06 and EB. RGB value is (197,6,235). Sum of RGB (Red+Green+Blue) = 197+6+235=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 6 (2.73% from 255 or 1.37% from 438); Blue value is 235 (92.19% from 255 or 53.65% from 438); Max value from RGB is 235 - color contains mainly: blue. Hex color #C506EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C506EB is #3AF914. Grayscale: #585858. Windows color (decimal): -3864853 or 15402693. OLE color: 15402693.

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

Color convert

RGB 197 6 235 -
CMYK 0.16 0.97 0 0.08
HSL 290.04º 0.95% 0.47% -
HSV(B) 290.04º 0.97% 0.92% -
XYZ 38.09 18 80.06 -
YUV 89.22 210.28 204.88 -
System Red Green Blue C M Y K H S L
Decimal 197 6 235 0.16 0.97 0 0.08 290.04 0.95 0.47
Hex C5 6 EB 10 61 0 8 122 5F 2F
Octal 305 6 353 20 141 0 10 442 137 57
Binary 11000101 110 11101011 10000 1100001 0 1000 100100010 1011111 101111

Color Harmonies of #C506EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C506EB

Black with #C506EB

Text Example


Text Example

White with #C506EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C506EB; }

 p { color: rgb(197,6,235); }

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

background-color css

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

 a { background-color: rgb(197,6,235); }

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

border-color css

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

 span { border-color: rgb(197,6,235); }

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