Html Css Color HEX #CD85AF Lily

📋 copy color: '#CD85AF'

red 205 ◦ green 133 ◦ blue 175

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

Shades of Lily #CD85AF

Tints of Lily #CD85AF

RGB

 RED value IS 205 (80.47% from 255) = 39.96%

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

 BLUE value IS 175 (68.75% from 255) = 34.11%

R = 39.96%
G = 25.93%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CD85AF (or 0xCD85AF) is known color: Lily. HEX triplet: CD, 85 and AF. RGB value is (205,133,175). Sum of RGB (Red+Green+Blue) = 205+133+175=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 205 - color contains mainly: red. Hex color #CD85AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD85AF is #327A50. Grayscale: #9F9F9F. Windows color (decimal): -3308113 or 11503053. OLE color: 11503053.

HSL color Cylindrical-coordinate representation of color #CD85AF: hue angle of 325º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CD85AF is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 133 175 -
CMYK 0 0.35 0.15 0.20
HSL 325º 0.42% 0.66% -
HSV(B) 325º 0.35% 0.8% -
XYZ 41.3 32.85 44.72 -
YUV 159.32 136.85 160.58 -
System Red Green Blue C M Y K H S L
Decimal 205 133 175 0 0.35 0.15 0.20 325 0.42 0.66
Hex CD 85 AF 0 23 F 14 145 2A 42
Octal 315 205 257 0 43 17 24 505 52 102
Binary 11001101 10000101 10101111 0 100011 1111 10100 101000101 101010 1000010

Color Harmonies of #CD85AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD85AF

Black with #CD85AF

Text Example


Text Example

White with #CD85AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD85AF; }

 p { color: rgb(205,133,175); }

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

background-color css

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

 a { background-color: rgb(205,133,175); }

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

border-color css

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

 span { border-color: rgb(205,133,175); }

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