Html Css Color HEX #CD80B2 Lily

📋 copy color: '#CD80B2'

red 205 ◦ green 128 ◦ blue 178

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

Shades of Lily #CD80B2

Tints of Lily #CD80B2

RGB

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

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

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

R = 40.12%
G = 25.05%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CD80B2 (or 0xCD80B2) is known color: Lily. HEX triplet: CD, 80 and B2. RGB value is (205,128,178). Sum of RGB (Red+Green+Blue) = 205+128+178=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 178 (69.92% from 255 or 34.83% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CD80B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD80B2 is #327F4D. Grayscale: #9C9C9C. Windows color (decimal): -3309390 or 11698381. OLE color: 11698381.

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

Color convert

RGB 205 128 178 -
CMYK 0 0.38 0.13 0.20
HSL 321.04º 0.44% 0.65% -
HSV(B) 321.04º 0.38% 0.8% -
XYZ 40.93 31.63 46.07 -
YUV 156.72 140.01 162.43 -
System Red Green Blue C M Y K H S L
Decimal 205 128 178 0 0.38 0.13 0.20 321.04 0.44 0.65
Hex CD 80 B2 0 26 D 14 141 2C 41
Octal 315 200 262 0 46 15 24 501 54 101
Binary 11001101 10000000 10110010 0 100110 1101 10100 101000001 101100 1000001

Color Harmonies of #CD80B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD80B2

Black with #CD80B2

Text Example


Text Example

White with #CD80B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD80B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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