Html Css Color HEX #CD90B1 Lily

📋 copy color: '#CD90B1'

red 205 ◦ green 144 ◦ blue 177

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

Shades of Lily #CD90B1

Tints of Lily #CD90B1

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.38%

 BLUE value IS 177 (69.53% from 255) = 33.65%

R = 38.97%
G = 27.38%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#CD90B1 (or 0xCD90B1) is known color: Lily. HEX triplet: CD, 90 and B1. RGB value is (205,144,177). Sum of RGB (Red+Green+Blue) = 205+144+177=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 177 (69.53% from 255 or 33.65% from 526); Max value from RGB is 205 - color contains mainly: red. Hex color #CD90B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD90B1 is #326F4E. Grayscale: #A5A5A5. Windows color (decimal): -3305295 or 11636941. OLE color: 11636941.

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

Color convert

RGB 205 144 177 -
CMYK 0 0.30 0.14 0.20
HSL 327.54º 0.38% 0.68% -
HSV(B) 327.54º 0.3% 0.8% -
XYZ 43.09 36.1 46.29 -
YUV 166 134.21 155.82 -
System Red Green Blue C M Y K H S L
Decimal 205 144 177 0 0.30 0.14 0.20 327.54 0.38 0.68
Hex CD 90 B1 0 1E E 14 148 26 44
Octal 315 220 261 0 36 16 24 510 46 104
Binary 11001101 10010000 10110001 0 11110 1110 10100 101001000 100110 1000100

Color Harmonies of #CD90B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD90B1

Black with #CD90B1

Text Example


Text Example

White with #CD90B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD90B1; }

 p { color: rgb(205,144,177); }

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

background-color css

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

 a { background-color: rgb(205,144,177); }

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

border-color css

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

 span { border-color: rgb(205,144,177); }

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