Html Css Color HEX #C28DB9 London Hue

📋 copy color: '#C28DB9'

red 194 ◦ green 141 ◦ blue 185

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

Shades of London Hue #C28DB9

Tints of London Hue #C28DB9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.12%

 BLUE value IS 185 (72.66% from 255) = 35.58%

R = 37.31%
G = 27.12%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C28DB9 (or 0xC28DB9) is known color: London Hue. HEX triplet: C2, 8D and B9. RGB value is (194,141,185). Sum of RGB (Red+Green+Blue) = 194+141+185=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 194 - color contains mainly: red. Hex color #C28DB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28DB9 is #3D7246. Grayscale: #A1A1A1. Windows color (decimal): -4026951 or 12160450. OLE color: 12160450.

HSL color Cylindrical-coordinate representation of color #C28DB9: hue angle of 310.19º 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 #C28DB9 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 141 185 -
CMYK 0 0.27 0.05 0.24
HSL 310.19º 0.3% 0.66% -
HSV(B) 310.19º 0.27% 0.76% -
XYZ 40.53 34.02 50.33 -
YUV 161.86 141.06 150.92 -
System Red Green Blue C M Y K H S L
Decimal 194 141 185 0 0.27 0.05 0.24 310.19 0.3 0.66
Hex C2 8D B9 0 1B 5 18 136 1E 42
Octal 302 215 271 0 33 5 30 466 36 102
Binary 11000010 10001101 10111001 0 11011 101 11000 100110110 11110 1000010

Color Harmonies of #C28DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28DB9

Black with #C28DB9

Text Example


Text Example

White with #C28DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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