Html Css Color HEX #CD8FB0 Lily

📋 copy color: '#CD8FB0'

red 205 ◦ green 143 ◦ blue 176

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

Shades of Lily #CD8FB0

Tints of Lily #CD8FB0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.29%

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

R = 39.12%
G = 27.29%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#CD8FB0 (or 0xCD8FB0) is known color: Lily. HEX triplet: CD, 8F and B0. RGB value is (205,143,176). Sum of RGB (Red+Green+Blue) = 205+143+176=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 143 (56.25% from 255 or 27.29% from 524); Blue value is 176 (69.14% from 255 or 33.59% from 524); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8FB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8FB0 is #32704F. Grayscale: #A5A5A5. Windows color (decimal): -3305552 or 11571149. OLE color: 11571149.

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

Color convert

RGB 205 143 176 -
CMYK 0 0.30 0.14 0.20
HSL 328.06º 0.38% 0.68% -
HSV(B) 328.06º 0.3% 0.8% -
XYZ 42.84 35.76 45.72 -
YUV 165.3 134.04 156.32 -
System Red Green Blue C M Y K H S L
Decimal 205 143 176 0 0.30 0.14 0.20 328.06 0.38 0.68
Hex CD 8F B0 0 1E E 14 148 26 44
Octal 315 217 260 0 36 16 24 510 46 104
Binary 11001101 10001111 10110000 0 11110 1110 10100 101001000 100110 1000100

Color Harmonies of #CD8FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8FB0

Black with #CD8FB0

Text Example


Text Example

White with #CD8FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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