Html Css Color HEX #C87DB9 London Hue

📋 copy color: '#C87DB9'

red 200 ◦ green 125 ◦ blue 185

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

Shades of London Hue #C87DB9

Tints of London Hue #C87DB9

RGB

 RED value IS 200 (78.52% from 255) = 39.22%

 GREEN value IS 125 (49.22% from 255) = 24.51%

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

R = 39.22%
G = 24.51%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C87DB9 (or 0xC87DB9) is known color: London Hue. HEX triplet: C8, 7D and B9. RGB value is (200,125,185). Sum of RGB (Red+Green+Blue) = 200+125+185=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 125 (49.22% from 255 or 24.51% from 510); Blue value is 185 (72.66% from 255 or 36.27% from 510); Max value from RGB is 200 - color contains mainly: red. Hex color #C87DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87DB9 is #378246. Grayscale: #9A9A9A. Windows color (decimal): -3637831 or 12156360. OLE color: 12156360.

HSL color Cylindrical-coordinate representation of color #C87DB9: hue angle of 312º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C87DB9 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 125 185 -
CMYK 0 0.38 0.08 0.22
HSL 312º 0.41% 0.64% -
HSV(B) 312º 0.38% 0.78% -
XYZ 39.91 30.45 49.67 -
YUV 154.27 145.35 160.62 -
System Red Green Blue C M Y K H S L
Decimal 200 125 185 0 0.38 0.08 0.22 312 0.41 0.64
Hex C8 7D B9 0 26 8 16 138 29 40
Octal 310 175 271 0 46 10 26 470 51 100
Binary 11001000 1111101 10111001 0 100110 1000 10110 100111000 101001 1000000

Color Harmonies of #C87DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87DB9

Black with #C87DB9

Text Example


Text Example

White with #C87DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87DB9; }

 p { color: rgb(200,125,185); }

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

background-color css

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

 a { background-color: rgb(200,125,185); }

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

border-color css

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

 span { border-color: rgb(200,125,185); }

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