Html Css Color HEX #C288B5 London Hue

📋 copy color: '#C288B5'

red 194 ◦ green 136 ◦ blue 181

#C288B5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #C288B5

Tints of London Hue #C288B5

RGB

 RED value IS 194 (76.17% from 255) = 37.96%

 GREEN value IS 136 (53.52% from 255) = 26.61%

 BLUE value IS 181 (71.09% from 255) = 35.42%

R = 37.96%
G = 26.61%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C288B5 (or 0xC288B5) is known color: London Hue. HEX triplet: C2, 88 and B5. RGB value is (194,136,181). Sum of RGB (Red+Green+Blue) = 194+136+181=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 136 (53.52% from 255 or 26.61% from 511); Blue value is 181 (71.09% from 255 or 35.42% from 511); Max value from RGB is 194 - color contains mainly: red. Hex color #C288B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C288B5 is #3D774A. Grayscale: #9E9E9E. Windows color (decimal): -4028235 or 11897026. OLE color: 11897026.

HSL color Cylindrical-coordinate representation of color #C288B5: hue angle of 313.45º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C288B5 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 136 181 -
CMYK 0 0.30 0.07 0.24
HSL 313.45º 0.32% 0.65% -
HSV(B) 313.45º 0.3% 0.76% -
XYZ 39.39 32.41 47.9 -
YUV 158.47 140.72 153.34 -
System Red Green Blue C M Y K H S L
Decimal 194 136 181 0 0.30 0.07 0.24 313.45 0.32 0.65
Hex C2 88 B5 0 1E 7 18 139 20 41
Octal 302 210 265 0 36 7 30 471 40 101
Binary 11000010 10001000 10110101 0 11110 111 11000 100111001 100000 1000001

Color Harmonies of #C288B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C288B5

Black with #C288B5

Text Example


Text Example

White with #C288B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C288B5; }

 p { color: rgb(194,136,181); }

 H1.HeaderClassName
 {
   color: #C288B5;
 }
 .AnyTagClassName
 {
   color: #C288B5;
 }
</style>

background-color css

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

 a { background-color: rgb(194,136,181); }

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

border-color css

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

 span { border-color: rgb(194,136,181); }

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