Html Css Color HEX #CD8FAF Lily

📋 copy color: '#CD8FAF'

red 205 ◦ green 143 ◦ blue 175

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

Shades of Lily #CD8FAF

Tints of Lily #CD8FAF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.34%

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

R = 39.2%
G = 27.34%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CD8FAF (or 0xCD8FAF) is known color: Lily. HEX triplet: CD, 8F and AF. RGB value is (205,143,175). Sum of RGB (Red+Green+Blue) = 205+143+175=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 143 (56.25% from 255 or 27.34% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8FAF is #327050. Grayscale: #A5A5A5. Windows color (decimal): -3305553 or 11505613. OLE color: 11505613.

HSL color Cylindrical-coordinate representation of color #CD8FAF: hue angle of 329.03º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CD8FAF is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 143 175 -
CMYK 0 0.30 0.15 0.20
HSL 329.03º 0.38% 0.68% -
HSV(B) 329.03º 0.3% 0.8% -
XYZ 42.74 35.72 45.2 -
YUV 165.19 133.54 156.4 -
System Red Green Blue C M Y K H S L
Decimal 205 143 175 0 0.30 0.15 0.20 329.03 0.38 0.68
Hex CD 8F AF 0 1E F 14 149 26 44
Octal 315 217 257 0 36 17 24 511 46 104
Binary 11001101 10001111 10101111 0 11110 1111 10100 101001001 100110 1000100

Color Harmonies of #CD8FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8FAF

Black with #CD8FAF

Text Example


Text Example

White with #CD8FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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