Html Css Color HEX #C506E6 Electric Purple

📋 copy color: '#C506E6'

red 197 ◦ green 6 ◦ blue 230

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

Shades of Electric Purple #C506E6

Tints of Electric Purple #C506E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 53.12%

R = 45.5%
G = 1.39%
B = 53.12%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C506E6 (or 0xC506E6) is known color: Electric Purple. HEX triplet: C5, 06 and E6. RGB value is (197,6,230). Sum of RGB (Red+Green+Blue) = 197+6+230=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 6 (2.73% from 255 or 1.39% from 433); Blue value is 230 (90.23% from 255 or 53.12% from 433); Max value from RGB is 230 - color contains mainly: blue. Hex color #C506E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C506E6 is #3AF919. Grayscale: #575757. Windows color (decimal): -3864858 or 15075013. OLE color: 15075013.

HSL color Cylindrical-coordinate representation of color #C506E6: hue angle of 291.16º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C506E6 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 197 6 230 -
CMYK 0.14 0.97 0 0.10
HSL 291.16º 0.95% 0.46% -
HSV(B) 291.16º 0.97% 0.9% -
XYZ 37.37 17.71 76.31 -
YUV 88.65 207.78 205.29 -
System Red Green Blue C M Y K H S L
Decimal 197 6 230 0.14 0.97 0 0.10 291.16 0.95 0.46
Hex C5 6 E6 E 61 0 A 123 5F 2E
Octal 305 6 346 16 141 0 12 443 137 56
Binary 11000101 110 11100110 1110 1100001 0 1010 100100011 1011111 101110

Color Harmonies of #C506E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C506E6

Black with #C506E6

Text Example


Text Example

White with #C506E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C506E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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