Html Css Color HEX #CD8CB9 Lily

📋 copy color: '#CD8CB9'

red 205 ◦ green 140 ◦ blue 185

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

Shades of Lily #CD8CB9

Tints of Lily #CD8CB9

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.42%

 BLUE value IS 185 (72.66% from 255) = 34.91%

R = 38.68%
G = 26.42%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#CD8CB9 (or 0xCD8CB9) is known color: Lily. HEX triplet: CD, 8C and B9. RGB value is (205,140,185). Sum of RGB (Red+Green+Blue) = 205+140+185=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 185 (72.66% from 255 or 34.91% from 530); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8CB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8CB9 is #327346. Grayscale: #A4A4A4. Windows color (decimal): -3306311 or 12160205. OLE color: 12160205.

HSL color Cylindrical-coordinate representation of color #CD8CB9: hue angle of 318.46º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CD8CB9 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 140 185 -
CMYK 0 0.32 0.10 0.20
HSL 318.46º 0.39% 0.68% -
HSV(B) 318.46º 0.32% 0.8% -
XYZ 43.31 35.24 50.42 -
YUV 164.57 139.53 156.84 -
System Red Green Blue C M Y K H S L
Decimal 205 140 185 0 0.32 0.10 0.20 318.46 0.39 0.68
Hex CD 8C B9 0 20 A 14 13E 27 44
Octal 315 214 271 0 40 12 24 476 47 104
Binary 11001101 10001100 10111001 0 100000 1010 10100 100111110 100111 1000100

Color Harmonies of #CD8CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8CB9

Black with #CD8CB9

Text Example


Text Example

White with #CD8CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8CB9; }

 p { color: rgb(205,140,185); }

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

background-color css

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

 a { background-color: rgb(205,140,185); }

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

border-color css

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

 span { border-color: rgb(205,140,185); }

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