Html Css Color HEX #CD8CB8 Lily

📋 copy color: '#CD8CB8'

red 205 ◦ green 140 ◦ blue 184

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

Shades of Lily #CD8CB8

Tints of Lily #CD8CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.78%

R = 38.75%
G = 26.47%
B = 34.78%

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

#CD8CB8 (or 0xCD8CB8) is known color: Lily. HEX triplet: CD, 8C and B8. RGB value is (205,140,184). Sum of RGB (Red+Green+Blue) = 205+140+184=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 184 (72.27% from 255 or 34.78% from 529); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8CB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8CB8 is #327347. Grayscale: #A4A4A4. Windows color (decimal): -3306312 or 12094669. OLE color: 12094669.

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

Color convert

RGB 205 140 184 -
CMYK 0 0.32 0.10 0.20
HSL 319.38º 0.39% 0.68% -
HSV(B) 319.38º 0.32% 0.8% -
XYZ 43.21 35.2 49.86 -
YUV 164.45 139.03 156.92 -
System Red Green Blue C M Y K H S L
Decimal 205 140 184 0 0.32 0.10 0.20 319.38 0.39 0.68
Hex CD 8C B8 0 20 A 14 13F 27 44
Octal 315 214 270 0 40 12 24 477 47 104
Binary 11001101 10001100 10111000 0 100000 1010 10100 100111111 100111 1000100

Color Harmonies of #CD8CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8CB8

Black with #CD8CB8

Text Example


Text Example

White with #CD8CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8CB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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