#C07EBD

Color #C07EBD London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #C07EBD

Tints of London Hue #C07EBD

Color information

#C07EBD (or 0xC07EBD) is unknown color: approx London Hue. HEX triplet: C0, 7E and BD. RGB value is (192,126,189). Sum of RGB (Red+Green+Blue) = 192+126+189=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 126 (49.61% from 255 or 24.85% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 192 - color contains mainly: red. Hex color #C07EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07EBD is #3F8142. Grayscale: #989898. Windows color (decimal): -4161859 or 12418752. OLE color: 12418752.

HSL color Cylindrical-coordinate representation of color #C07EBD: hue angle of 302.73º 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 #C07EBD is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB192126189-
CMYK00.340.020.25
HSL302.73º34.38%62.35%-
HSV(B)302.73º34.38%75.29%-
XYZ38.3829.851.87-
YUV152.92148.37155.88-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.87%
GREEN value IS 126 (49.61% from 255) = 24.85%
BLUE value IS 189 (74.22% from 255) = 37.28%
R=37.87%
G=24.85%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212618900.340.020.25302.7334.3862.35
HexC07EBD02221912f223e
Octal3001762750422314574276
Binary1100000011111101011110101000101011001100101111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07EBD; }

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

 H1.HeaderClassName
 {
   color: #C07EBD;
 }
 .AnyTagClassName
 {
   color: #C07EBD;
 }
</style>
background-color css

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

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

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

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

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

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