Html Css Color HEX #CD8AB8 Lily

📋 copy color: '#CD8AB8'

red 205 ◦ green 138 ◦ blue 184

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

Shades of Lily #CD8AB8

Tints of Lily #CD8AB8

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.19%

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

R = 38.9%
G = 26.19%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#CD8AB8 (or 0xCD8AB8) is known color: Lily. HEX triplet: CD, 8A and B8. RGB value is (205,138,184). Sum of RGB (Red+Green+Blue) = 205+138+184=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 184 (72.27% from 255 or 34.91% from 527); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8AB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8AB8 is #327547. Grayscale: #A3A3A3. Windows color (decimal): -3306824 or 12094157. OLE color: 12094157.

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

Color convert

RGB 205 138 184 -
CMYK 0 0.33 0.10 0.20
HSL 318.81º 0.4% 0.67% -
HSV(B) 318.81º 0.33% 0.8% -
XYZ 42.92 34.62 49.77 -
YUV 163.28 139.7 157.76 -
System Red Green Blue C M Y K H S L
Decimal 205 138 184 0 0.33 0.10 0.20 318.81 0.4 0.67
Hex CD 8A B8 0 21 A 14 13F 28 43
Octal 315 212 270 0 41 12 24 477 50 103
Binary 11001101 10001010 10111000 0 100001 1010 10100 100111111 101000 1000011

Color Harmonies of #CD8AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8AB8

Black with #CD8AB8

Text Example


Text Example

White with #CD8AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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