#C07DB4

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

Shades of London Hue #C07DB4

Tints of London Hue #C07DB4

Color information

#C07DB4 (or 0xC07DB4) is unknown color: approx London Hue. HEX triplet: C0, 7D and B4. RGB value is (192,125,180). Sum of RGB (Red+Green+Blue) = 192+125+180=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 125 (49.22% from 255 or 25.15% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 192 - color contains mainly: red. Hex color #C07DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07DB4 is #3F824B. Grayscale: #979797. Windows color (decimal): -4162124 or 11828672. OLE color: 11828672.

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

Color convert

RGB192125180-
CMYK00.350.060.25
HSL310.75º34.72%62.16%-
HSV(B)310.75º34.9%75.29%-
XYZ37.3129.1746.84-
YUV151.3144.2157.03-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.63%
GREEN value IS 125 (49.22% from 255) = 25.15%
BLUE value IS 180 (70.70% from 255) = 36.22%
R=38.63%
G=25.15%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212518000.350.060.25310.7534.7262.16
HexC07DB4023619137233e
Octal3001752640436314674376
Binary11000000111110110110100010001111011001100110111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07DB4; }

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

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

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

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

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

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

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

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