Html Css Color HEX #CD90B5 Lily

📋 copy color: '#CD90B5'

red 205 ◦ green 144 ◦ blue 181

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

Shades of Lily #CD90B5

Tints of Lily #CD90B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.15%

R = 38.68%
G = 27.17%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#CD90B5 (or 0xCD90B5) is known color: Lily. HEX triplet: CD, 90 and B5. RGB value is (205,144,181). Sum of RGB (Red+Green+Blue) = 205+144+181=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 144 (56.64% from 255 or 27.17% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 205 - color contains mainly: red. Hex color #CD90B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD90B5 is #326F4A. Grayscale: #A6A6A6. Windows color (decimal): -3305291 or 11899085. OLE color: 11899085.

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

Color convert

RGB 205 144 181 -
CMYK 0 0.30 0.12 0.20
HSL 323.61º 0.38% 0.68% -
HSV(B) 323.61º 0.3% 0.8% -
XYZ 43.49 36.26 48.42 -
YUV 166.46 136.21 155.49 -
System Red Green Blue C M Y K H S L
Decimal 205 144 181 0 0.30 0.12 0.20 323.61 0.38 0.68
Hex CD 90 B5 0 1E C 14 144 26 44
Octal 315 220 265 0 36 14 24 504 46 104
Binary 11001101 10010000 10110101 0 11110 1100 10100 101000100 100110 1000100

Color Harmonies of #CD90B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD90B5

Black with #CD90B5

Text Example


Text Example

White with #CD90B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD90B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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