#C27DBB

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

Shades of London Hue #C27DBB

Tints of London Hue #C27DBB

Color information

#C27DBB (or 0xC27DBB) is unknown color: approx London Hue. HEX triplet: C2, 7D and BB. RGB value is (194,125,187). Sum of RGB (Red+Green+Blue) = 194+125+187=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 125 (49.22% from 255 or 24.70% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C27DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27DBB is #3D8244. Grayscale: #989898. Windows color (decimal): -4031045 or 12287426. OLE color: 12287426.

HSL color Cylindrical-coordinate representation of color #C27DBB: hue angle of 306.09º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C27DBB is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB194125187-
CMYK00.360.040.24
HSL306.09º36.13%62.55%-
HSV(B)306.09º35.57%76.08%-
XYZ38.5529.7250.72-
YUV152.7147.36157.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.34%
GREEN value IS 125 (49.22% from 255) = 24.70%
BLUE value IS 187 (73.44% from 255) = 36.96%
R=38.34%
G=24.70%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412518700.360.040.24306.0936.1362.55
HexC27DBB024418132243f
Octal3021752730444304624477
Binary11000010111110110111011010010010011000100110010100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27DBB; }

 p { color: rgb(194,125,187); }

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

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

 a { background-color: rgb(194,125,187); }

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

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

 span { border-color: rgb(194,125,187); }

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