Html Css Color HEX #CD90BE Lily

📋 copy color: '#CD90BE'

red 205 ◦ green 144 ◦ blue 190

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

Shades of Lily #CD90BE

Tints of Lily #CD90BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.25%

R = 38.03%
G = 26.72%
B = 35.25%

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

#CD90BE (or 0xCD90BE) is known color: Lily. HEX triplet: CD, 90 and BE. RGB value is (205,144,190). Sum of RGB (Red+Green+Blue) = 205+144+190=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 144 (56.64% from 255 or 26.72% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 205 - color contains mainly: red. Hex color #CD90BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD90BE is #326F41. Grayscale: #A7A7A7. Windows color (decimal): -3305282 or 12488909. OLE color: 12488909.

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

Color convert

RGB 205 144 190 -
CMYK 0 0.30 0.07 0.20
HSL 314.75º 0.38% 0.68% -
HSV(B) 314.75º 0.3% 0.8% -
XYZ 44.44 36.64 53.45 -
YUV 167.48 140.71 154.76 -
System Red Green Blue C M Y K H S L
Decimal 205 144 190 0 0.30 0.07 0.20 314.75 0.38 0.68
Hex CD 90 BE 0 1E 7 14 13B 26 44
Octal 315 220 276 0 36 7 24 473 46 104
Binary 11001101 10010000 10111110 0 11110 111 10100 100111011 100110 1000100

Color Harmonies of #CD90BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD90BE

Black with #CD90BE

Text Example


Text Example

White with #CD90BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD90BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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