Html Css Color HEX #CD94B1 Lily

📋 copy color: '#CD94B1'

red 205 ◦ green 148 ◦ blue 177

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

Shades of Lily #CD94B1

Tints of Lily #CD94B1

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.92%

 BLUE value IS 177 (69.53% from 255) = 33.4%

R = 38.68%
G = 27.92%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#CD94B1 (or 0xCD94B1) is known color: Lily. HEX triplet: CD, 94 and B1. RGB value is (205,148,177). Sum of RGB (Red+Green+Blue) = 205+148+177=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 148 (58.20% from 255 or 27.92% from 530); Blue value is 177 (69.53% from 255 or 33.40% from 530); Max value from RGB is 205 - color contains mainly: red. Hex color #CD94B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD94B1 is #326B4E. Grayscale: #A8A8A8. Windows color (decimal): -3304271 or 11637965. OLE color: 11637965.

HSL color Cylindrical-coordinate representation of color #CD94B1: hue angle of 329.47º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CD94B1 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 148 177 -
CMYK 0 0.28 0.14 0.20
HSL 329.47º 0.36% 0.69% -
HSV(B) 329.47º 0.28% 0.8% -
XYZ 43.7 37.33 46.5 -
YUV 168.35 132.88 154.14 -
System Red Green Blue C M Y K H S L
Decimal 205 148 177 0 0.28 0.14 0.20 329.47 0.36 0.69
Hex CD 94 B1 0 1C E 14 149 24 45
Octal 315 224 261 0 34 16 24 511 44 105
Binary 11001101 10010100 10110001 0 11100 1110 10100 101001001 100100 1000101

Color Harmonies of #CD94B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD94B1

Black with #CD94B1

Text Example


Text Example

White with #CD94B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD94B1; }

 p { color: rgb(205,148,177); }

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

background-color css

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

 a { background-color: rgb(205,148,177); }

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

border-color css

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

 span { border-color: rgb(205,148,177); }

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