Html Css Color HEX #CD90B7 Lily

📋 copy color: '#CD90B7'

red 205 ◦ green 144 ◦ blue 183

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

Shades of Lily #CD90B7

Tints of Lily #CD90B7

RGB

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

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

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

R = 38.53%
G = 27.07%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CD90B7 (or 0xCD90B7) is known color: Lily. HEX triplet: CD, 90 and B7. RGB value is (205,144,183). Sum of RGB (Red+Green+Blue) = 205+144+183=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 183 (71.88% from 255 or 34.40% from 532); Max value from RGB is 205 - color contains mainly: red. Hex color #CD90B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD90B7 is #326F48. Grayscale: #A6A6A6. Windows color (decimal): -3305289 or 12030157. OLE color: 12030157.

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

Color convert

RGB 205 144 183 -
CMYK 0 0.30 0.11 0.20
HSL 321.64º 0.38% 0.68% -
HSV(B) 321.64º 0.3% 0.8% -
XYZ 43.7 36.34 49.51 -
YUV 166.69 137.21 155.33 -
System Red Green Blue C M Y K H S L
Decimal 205 144 183 0 0.30 0.11 0.20 321.64 0.38 0.68
Hex CD 90 B7 0 1E B 14 142 26 44
Octal 315 220 267 0 36 13 24 502 46 104
Binary 11001101 10010000 10110111 0 11110 1011 10100 101000010 100110 1000100

Color Harmonies of #CD90B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD90B7

Black with #CD90B7

Text Example


Text Example

White with #CD90B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD90B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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