Html Css Color HEX #CD80B0 Lily

📋 copy color: '#CD80B0'

red 205 ◦ green 128 ◦ blue 176

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

Shades of Lily #CD80B0

Tints of Lily #CD80B0

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.15%

 BLUE value IS 176 (69.14% from 255) = 34.58%

R = 40.28%
G = 25.15%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#CD80B0 (or 0xCD80B0) is known color: Lily. HEX triplet: CD, 80 and B0. RGB value is (205,128,176). Sum of RGB (Red+Green+Blue) = 205+128+176=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 176 (69.14% from 255 or 34.58% from 509); Max value from RGB is 205 - color contains mainly: red. Hex color #CD80B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD80B0 is #327F4F. Grayscale: #9C9C9C. Windows color (decimal): -3309392 or 11567309. OLE color: 11567309.

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

Color convert

RGB 205 128 176 -
CMYK 0 0.38 0.14 0.20
HSL 322.6º 0.44% 0.65% -
HSV(B) 322.6º 0.38% 0.8% -
XYZ 40.73 31.55 45.02 -
YUV 156.5 139.01 162.6 -
System Red Green Blue C M Y K H S L
Decimal 205 128 176 0 0.38 0.14 0.20 322.6 0.44 0.65
Hex CD 80 B0 0 26 E 14 143 2C 41
Octal 315 200 260 0 46 16 24 503 54 101
Binary 11001101 10000000 10110000 0 100110 1110 10100 101000011 101100 1000001

Color Harmonies of #CD80B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD80B0

Black with #CD80B0

Text Example


Text Example

White with #CD80B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD80B0; }

 p { color: rgb(205,128,176); }

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

background-color css

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

 a { background-color: rgb(205,128,176); }

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

border-color css

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

 span { border-color: rgb(205,128,176); }

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