Html Css Color HEX #CD90B2 Lily

📋 copy color: '#CD90B2'

red 205 ◦ green 144 ◦ blue 178

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

Shades of Lily #CD90B2

Tints of Lily #CD90B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.78%

R = 38.9%
G = 27.32%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CD90B2 (or 0xCD90B2) is known color: Lily. HEX triplet: CD, 90 and B2. RGB value is (205,144,178). Sum of RGB (Red+Green+Blue) = 205+144+178=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 144 (56.64% from 255 or 27.32% from 527); Blue value is 178 (69.92% from 255 or 33.78% from 527); Max value from RGB is 205 - color contains mainly: red. Hex color #CD90B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD90B2 is #326F4D. Grayscale: #A6A6A6. Windows color (decimal): -3305294 or 11702477. OLE color: 11702477.

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

Color convert

RGB 205 144 178 -
CMYK 0 0.30 0.13 0.20
HSL 326.56º 0.38% 0.68% -
HSV(B) 326.56º 0.3% 0.8% -
XYZ 43.19 36.14 46.82 -
YUV 166.12 134.71 155.74 -
System Red Green Blue C M Y K H S L
Decimal 205 144 178 0 0.30 0.13 0.20 326.56 0.38 0.68
Hex CD 90 B2 0 1E D 14 147 26 44
Octal 315 220 262 0 36 15 24 507 46 104
Binary 11001101 10010000 10110010 0 11110 1101 10100 101000111 100110 1000100

Color Harmonies of #CD90B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD90B2

Black with #CD90B2

Text Example


Text Example

White with #CD90B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD90B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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