#C28DBA

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

Shades of London Hue #C28DBA

Tints of London Hue #C28DBA

Color information

#C28DBA (or 0xC28DBA) is unknown color: approx London Hue. HEX triplet: C2, 8D and BA. RGB value is (194,141,186). Sum of RGB (Red+Green+Blue) = 194+141+186=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 194 - color contains mainly: red. Hex color #C28DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28DBA is #3D7245. Grayscale: #A1A1A1. Windows color (decimal): -4026950 or 12225986. OLE color: 12225986.

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

Color convert

RGB194141186-
CMYK00.270.040.24
HSL309.06º30.29%65.69%-
HSV(B)309.06º27.32%76.08%-
XYZ40.6434.0650.89-
YUV161.98141.56150.84-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.24%
GREEN value IS 141 (55.47% from 255) = 27.06%
BLUE value IS 186 (73.05% from 255) = 35.70%
R=37.24%
G=27.06%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414118600.270.040.24309.0630.2965.69
HexC28DBA01B4181351e42
Octal30221527203343046536102
Binary11000010100011011011101001101110011000100110101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28DBA; }

 p { color: rgb(194,141,186); }

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

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

 a { background-color: rgb(194,141,186); }

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

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

 span { border-color: rgb(194,141,186); }

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