Html Css Color HEX #CD90BF Lily

📋 copy color: '#CD90BF'

red 205 ◦ green 144 ◦ blue 191

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

Shades of Lily #CD90BF

Tints of Lily #CD90BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.37%

R = 37.96%
G = 26.67%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#CD90BF (or 0xCD90BF) is known color: Lily. HEX triplet: CD, 90 and BF. RGB value is (205,144,191). Sum of RGB (Red+Green+Blue) = 205+144+191=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 144 (56.64% from 255 or 26.67% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 205 - color contains mainly: red. Hex color #CD90BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD90BF is #326F40. Grayscale: #A7A7A7. Windows color (decimal): -3305281 or 12554445. OLE color: 12554445.

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

Color convert

RGB 205 144 191 -
CMYK 0 0.30 0.07 0.20
HSL 313.77º 0.38% 0.68% -
HSV(B) 313.77º 0.3% 0.8% -
XYZ 44.55 36.69 54.02 -
YUV 167.6 141.21 154.68 -
System Red Green Blue C M Y K H S L
Decimal 205 144 191 0 0.30 0.07 0.20 313.77 0.38 0.68
Hex CD 90 BF 0 1E 7 14 13A 26 44
Octal 315 220 277 0 36 7 24 472 46 104
Binary 11001101 10010000 10111111 0 11110 111 10100 100111010 100110 1000100

Color Harmonies of #CD90BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD90BF

Black with #CD90BF

Text Example


Text Example

White with #CD90BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD90BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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