#C782BD

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

Shades of London Hue #C782BD

Tints of London Hue #C782BD

Color information

#C782BD (or 0xC782BD) is unknown color: approx London Hue. HEX triplet: C7, 82 and BD. RGB value is (199,130,189). Sum of RGB (Red+Green+Blue) = 199+130+189=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 130 (51.17% from 255 or 25.10% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 199 - color contains mainly: red. Hex color #C782BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C782BD is #387D42. Grayscale: #9D9D9D. Windows color (decimal): -3702083 or 12419783. OLE color: 12419783.

HSL color Cylindrical-coordinate representation of color #C782BD: hue angle of 308.7º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C782BD is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB199130189-
CMYK00.350.050.22
HSL308.7º38.12%64.51%-
HSV(B)308.7º34.67%78.04%-
XYZ40.7231.7852.13-
YUV157.36145.86157.7-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.42%
GREEN value IS 130 (51.17% from 255) = 25.10%
BLUE value IS 189 (74.22% from 255) = 36.49%
R=38.42%
G=25.10%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913018900.350.050.22308.738.1264.51
HexC782BD0235161352641
Octal30720227504352646546101
Binary1100011110000010101111010100011101101101001101011001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C782BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C782BD; }

 p { color: rgb(199,130,189); }

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

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

 a { background-color: rgb(199,130,189); }

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

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

 span { border-color: rgb(199,130,189); }

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