#C285BD

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

Shades of London Hue #C285BD

Tints of London Hue #C285BD

Color information

#C285BD (or 0xC285BD) is unknown color: approx London Hue. HEX triplet: C2, 85 and BD. RGB value is (194,133,189). Sum of RGB (Red+Green+Blue) = 194+133+189=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 133 (52.34% from 255 or 25.78% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 194 - color contains mainly: red. Hex color #C285BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C285BD is #3D7A42. Grayscale: #9D9D9D. Windows color (decimal): -4028995 or 12420546. OLE color: 12420546.

HSL color Cylindrical-coordinate representation of color #C285BD: hue angle of 304.92º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C285BD is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB194133189-
CMYK00.310.030.24
HSL304.92º33.33%64.12%-
HSV(B)304.92º31.44%76.08%-
XYZ39.8231.9252.21-
YUV157.62145.71153.95-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.60%
GREEN value IS 133 (52.34% from 255) = 25.78%
BLUE value IS 189 (74.22% from 255) = 36.63%
R=37.60%
G=25.78%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413318900.310.030.24304.9233.3364.12
HexC285BD01F3181312140
Octal30220527503733046141100
Binary11000010100001011011110101111111110001001100011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C285BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C285BD; }

 p { color: rgb(194,133,189); }

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

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

 a { background-color: rgb(194,133,189); }

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

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

 span { border-color: rgb(194,133,189); }

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