Html Css Color HEX #C087B5 London Hue

📋 copy color: '#C087B5'

red 192 ◦ green 135 ◦ blue 181

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

Shades of London Hue #C087B5

Tints of London Hue #C087B5

RGB

 RED value IS 192 (75.39% from 255) = 37.8%

 GREEN value IS 135 (53.13% from 255) = 26.57%

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

R = 37.8%
G = 26.57%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C087B5 (or 0xC087B5) is known color: London Hue. HEX triplet: C0, 87 and B5. RGB value is (192,135,181). Sum of RGB (Red+Green+Blue) = 192+135+181=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 135 (53.12% from 255 or 26.57% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 192 - color contains mainly: red. Hex color #C087B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C087B5 is #3F784A. Grayscale: #9D9D9D. Windows color (decimal): -4159563 or 11896768. OLE color: 11896768.

HSL color Cylindrical-coordinate representation of color #C087B5: hue angle of 311.58º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C087B5 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 135 181 -
CMYK 0 0.30 0.06 0.25
HSL 311.58º 0.31% 0.64% -
HSV(B) 311.58º 0.3% 0.75% -
XYZ 38.74 31.87 47.83 -
YUV 157.29 141.38 152.76 -
System Red Green Blue C M Y K H S L
Decimal 192 135 181 0 0.30 0.06 0.25 311.58 0.31 0.64
Hex C0 87 B5 0 1E 6 19 138 1F 40
Octal 300 207 265 0 36 6 31 470 37 100
Binary 11000000 10000111 10110101 0 11110 110 11001 100111000 11111 1000000

Color Harmonies of #C087B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C087B5

Black with #C087B5

Text Example


Text Example

White with #C087B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C087B5; }

 p { color: rgb(192,135,181); }

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

background-color css

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

 a { background-color: rgb(192,135,181); }

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

border-color css

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

 span { border-color: rgb(192,135,181); }

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