Html Css Color HEX #C07EAD London Hue

📋 copy color: '#C07EAD'

red 192 ◦ green 126 ◦ blue 173

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

Shades of London Hue #C07EAD

Tints of London Hue #C07EAD

RGB

 RED value IS 192 (75.39% from 255) = 39.1%

 GREEN value IS 126 (49.61% from 255) = 25.66%

 BLUE value IS 173 (67.97% from 255) = 35.23%

R = 39.1%
G = 25.66%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C07EAD (or 0xC07EAD) is known color: London Hue. HEX triplet: C0, 7E and AD. RGB value is (192,126,173). Sum of RGB (Red+Green+Blue) = 192+126+173=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C07EAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07EAD is #3F8152. Grayscale: #969696. Windows color (decimal): -4161875 or 11370176. OLE color: 11370176.

HSL color Cylindrical-coordinate representation of color #C07EAD: hue angle of 317.27º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C07EAD is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 126 173 -
CMYK 0 0.34 0.10 0.25
HSL 317.27º 0.34% 0.62% -
HSV(B) 317.27º 0.34% 0.75% -
XYZ 36.74 29.15 43.22 -
YUV 151.09 140.37 157.18 -
System Red Green Blue C M Y K H S L
Decimal 192 126 173 0 0.34 0.10 0.25 317.27 0.34 0.62
Hex C0 7E AD 0 22 A 19 13D 22 3E
Octal 300 176 255 0 42 12 31 475 42 76
Binary 11000000 1111110 10101101 0 100010 1010 11001 100111101 100010 111110

Color Harmonies of #C07EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07EAD

Black with #C07EAD

Text Example


Text Example

White with #C07EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07EAD; }

 p { color: rgb(192,126,173); }

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

background-color css

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

 a { background-color: rgb(192,126,173); }

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

border-color css

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

 span { border-color: rgb(192,126,173); }

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