Html Css Color HEX #CD8CB7 Lily

📋 copy color: '#CD8CB7'

red 205 ◦ green 140 ◦ blue 183

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

Shades of Lily #CD8CB7

Tints of Lily #CD8CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.66%

R = 38.83%
G = 26.52%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CD8CB7 (or 0xCD8CB7) is known color: Lily. HEX triplet: CD, 8C and B7. RGB value is (205,140,183). Sum of RGB (Red+Green+Blue) = 205+140+183=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 183 (71.88% from 255 or 34.66% from 528); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8CB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8CB7 is #327348. Grayscale: #A4A4A4. Windows color (decimal): -3306313 or 12029133. OLE color: 12029133.

HSL color Cylindrical-coordinate representation of color #CD8CB7: hue angle of 320.31º 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 #CD8CB7 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 140 183 -
CMYK 0 0.32 0.11 0.20
HSL 320.31º 0.39% 0.68% -
HSV(B) 320.31º 0.32% 0.8% -
XYZ 43.1 35.15 49.31 -
YUV 164.34 138.53 157 -
System Red Green Blue C M Y K H S L
Decimal 205 140 183 0 0.32 0.11 0.20 320.31 0.39 0.68
Hex CD 8C B7 0 20 B 14 140 27 44
Octal 315 214 267 0 40 13 24 500 47 104
Binary 11001101 10001100 10110111 0 100000 1011 10100 101000000 100111 1000100

Color Harmonies of #CD8CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8CB7

Black with #CD8CB7

Text Example


Text Example

White with #CD8CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8CB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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