#C07DBC

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

Shades of London Hue #C07DBC

Tints of London Hue #C07DBC

Color information

#C07DBC (or 0xC07DBC) is unknown color: approx London Hue. HEX triplet: C0, 7D and BC. RGB value is (192,125,188). Sum of RGB (Red+Green+Blue) = 192+125+188=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 125 (49.22% from 255 or 24.75% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 192 - color contains mainly: red. Hex color #C07DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07DBC is #3F8243. Grayscale: #989898. Windows color (decimal): -4162116 or 12352960. OLE color: 12352960.

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

Color convert

RGB192125188-
CMYK00.350.020.25
HSL303.58º34.72%62.16%-
HSV(B)303.58º34.9%75.29%-
XYZ38.1529.551.26-
YUV152.22148.2156.38-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.02%
GREEN value IS 125 (49.22% from 255) = 24.75%
BLUE value IS 188 (73.83% from 255) = 37.23%
R=38.02%
G=24.75%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212518800.350.020.25303.5834.7262.16
HexC07DBC023219130233e
Octal3001752740432314604376
Binary1100000011111011011110001000111011001100110000100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07DBC; }

 p { color: rgb(192,125,188); }

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

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

 a { background-color: rgb(192,125,188); }

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

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

 span { border-color: rgb(192,125,188); }

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