#C284BE

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

Shades of London Hue #C284BE

Tints of London Hue #C284BE

Color information

#C284BE (or 0xC284BE) is unknown color: approx London Hue. HEX triplet: C2, 84 and BE. RGB value is (194,132,190). Sum of RGB (Red+Green+Blue) = 194+132+190=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 132 (51.95% from 255 or 25.58% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 194 - color contains mainly: red. Hex color #C284BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C284BE is #3D7B41. Grayscale: #9C9C9C. Windows color (decimal): -4029250 or 12485826. OLE color: 12485826.

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

Color convert

RGB194132190-
CMYK00.320.020.24
HSL303.87º33.7%63.92%-
HSV(B)303.87º31.96%76.08%-
XYZ39.7931.6952.73-
YUV157.15146.54154.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.60%
GREEN value IS 132 (51.95% from 255) = 25.58%
BLUE value IS 190 (74.61% from 255) = 36.82%
R=37.60%
G=25.58%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413219000.320.020.24303.8733.763.92
HexC284BE0202181302240
Octal30220427604023046042100
Binary110000101000010010111110010000010110001001100001000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C284BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C284BE; }

 p { color: rgb(194,132,190); }

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

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

 a { background-color: rgb(194,132,190); }

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

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

 span { border-color: rgb(194,132,190); }

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