Html Css Color HEX #C585BD London Hue

📋 copy color: '#C585BD'

red 197 ◦ green 133 ◦ blue 189

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

Shades of London Hue #C585BD

Tints of London Hue #C585BD

RGB

 RED value IS 197 (77.34% from 255) = 37.96%

 GREEN value IS 133 (52.34% from 255) = 25.63%

 BLUE value IS 189 (74.22% from 255) = 36.42%

R = 37.96%
G = 25.63%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C585BD (or 0xC585BD) is known color: London Hue. HEX triplet: C5, 85 and BD. RGB value is (197,133,189). Sum of RGB (Red+Green+Blue) = 197+133+189=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 197 - color contains mainly: red. Hex color #C585BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C585BD is #3A7A42. Grayscale: #9E9E9E. Windows color (decimal): -3832387 or 12420549. OLE color: 12420549.

HSL color Cylindrical-coordinate representation of color #C585BD: hue angle of 307.5º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C585BD is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 133 189 -
CMYK 0 0.32 0.04 0.23
HSL 307.5º 0.36% 0.65% -
HSV(B) 307.5º 0.32% 0.77% -
XYZ 40.6 32.32 52.24 -
YUV 158.52 145.2 155.45 -
System Red Green Blue C M Y K H S L
Decimal 197 133 189 0 0.32 0.04 0.23 307.5 0.36 0.65
Hex C5 85 BD 0 20 4 17 134 24 41
Octal 305 205 275 0 40 4 27 464 44 101
Binary 11000101 10000101 10111101 0 100000 100 10111 100110100 100100 1000001

Color Harmonies of #C585BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C585BD

Black with #C585BD

Text Example


Text Example

White with #C585BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C585BD; }

 p { color: rgb(197,133,189); }

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

background-color css

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

 a { background-color: rgb(197,133,189); }

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

border-color css

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

 span { border-color: rgb(197,133,189); }

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