Html Css Color HEX #CD8BB0 Lily

📋 copy color: '#CD8BB0'

red 205 ◦ green 139 ◦ blue 176

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

Shades of Lily #CD8BB0

Tints of Lily #CD8BB0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.73%

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

R = 39.42%
G = 26.73%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#CD8BB0 (or 0xCD8BB0) is known color: Lily. HEX triplet: CD, 8B and B0. RGB value is (205,139,176). Sum of RGB (Red+Green+Blue) = 205+139+176=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 139 (54.69% from 255 or 26.73% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8BB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8BB0 is #32744F. Grayscale: #A2A2A2. Windows color (decimal): -3306576 or 11570125. OLE color: 11570125.

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

Color convert

RGB 205 139 176 -
CMYK 0 0.32 0.14 0.20
HSL 326.36º 0.4% 0.67% -
HSV(B) 326.36º 0.32% 0.8% -
XYZ 42.25 34.58 45.52 -
YUV 162.95 135.37 157.99 -
System Red Green Blue C M Y K H S L
Decimal 205 139 176 0 0.32 0.14 0.20 326.36 0.4 0.67
Hex CD 8B B0 0 20 E 14 146 28 43
Octal 315 213 260 0 40 16 24 506 50 103
Binary 11001101 10001011 10110000 0 100000 1110 10100 101000110 101000 1000011

Color Harmonies of #CD8BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8BB0

Black with #CD8BB0

Text Example


Text Example

White with #CD8BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8BB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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