#C681BD

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

Shades of London Hue #C681BD

Tints of London Hue #C681BD

Color information

#C681BD (or 0xC681BD) is unknown color: approx London Hue. HEX triplet: C6, 81 and BD. RGB value is (198,129,189). Sum of RGB (Red+Green+Blue) = 198+129+189=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 129 (50.78% from 255 or 25% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 198 - color contains mainly: red. Hex color #C681BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C681BD is #397E42. Grayscale: #9C9C9C. Windows color (decimal): -3767875 or 12419526. OLE color: 12419526.

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

Color convert

RGB198129189-
CMYK00.350.050.22
HSL307.83º37.7%64.12%-
HSV(B)307.83º34.85%77.65%-
XYZ40.3231.3852.08-
YUV156.47146.36157.62-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.37%
GREEN value IS 129 (50.78% from 255) = 25%
BLUE value IS 189 (74.22% from 255) = 36.63%
R=38.37%
G=25%
B=36.63%

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
Decimal19812918900.350.050.22307.8337.764.12
HexC681BD0235161342640
Octal30620127504352646446100
Binary1100011010000001101111010100011101101101001101001001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C681BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C681BD; }

 p { color: rgb(198,129,189); }

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

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

 a { background-color: rgb(198,129,189); }

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

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

 span { border-color: rgb(198,129,189); }

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