Html Css Color HEX #C685AD Lily

📋 copy color: '#C685AD'

red 198 ◦ green 133 ◦ blue 173

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

Shades of Lily #C685AD

Tints of Lily #C685AD

RGB

 RED value IS 198 (77.73% from 255) = 39.29%

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

 BLUE value IS 173 (67.97% from 255) = 34.33%

R = 39.29%
G = 26.39%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C685AD (or 0xC685AD) is known color: Lily. HEX triplet: C6, 85 and AD. RGB value is (198,133,173). Sum of RGB (Red+Green+Blue) = 198+133+173=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 133 (52.34% from 255 or 26.39% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 198 - color contains mainly: red. Hex color #C685AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C685AD is #397A52. Grayscale: #9C9C9C. Windows color (decimal): -3766867 or 11371974. OLE color: 11371974.

HSL color Cylindrical-coordinate representation of color #C685AD: hue angle of 323.08º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C685AD is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 133 173 -
CMYK 0 0.33 0.13 0.22
HSL 323.08º 0.36% 0.65% -
HSV(B) 323.08º 0.33% 0.78% -
XYZ 39.22 31.8 43.61 -
YUV 157 137.03 157.25 -
System Red Green Blue C M Y K H S L
Decimal 198 133 173 0 0.33 0.13 0.22 323.08 0.36 0.65
Hex C6 85 AD 0 21 D 16 143 24 41
Octal 306 205 255 0 41 15 26 503 44 101
Binary 11000110 10000101 10101101 0 100001 1101 10110 101000011 100100 1000001

Color Harmonies of #C685AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C685AD

Black with #C685AD

Text Example


Text Example

White with #C685AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C685AD; }

 p { color: rgb(198,133,173); }

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

background-color css

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

 a { background-color: rgb(198,133,173); }

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

border-color css

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

 span { border-color: rgb(198,133,173); }

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