Html Css Color HEX #CD8FB7 Lily

📋 copy color: '#CD8FB7'

red 205 ◦ green 143 ◦ blue 183

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

Shades of Lily #CD8FB7

Tints of Lily #CD8FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.46%

R = 38.61%
G = 26.93%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CD8FB7 (or 0xCD8FB7) is known color: Lily. HEX triplet: CD, 8F and B7. RGB value is (205,143,183). Sum of RGB (Red+Green+Blue) = 205+143+183=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 143 (56.25% from 255 or 26.93% from 531); Blue value is 183 (71.88% from 255 or 34.46% from 531); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8FB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8FB7 is #327048. Grayscale: #A6A6A6. Windows color (decimal): -3305545 or 12029901. OLE color: 12029901.

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

Color convert

RGB 205 143 183 -
CMYK 0 0.30 0.11 0.20
HSL 321.29º 0.38% 0.68% -
HSV(B) 321.29º 0.3% 0.8% -
XYZ 43.55 36.04 49.46 -
YUV 166.1 137.54 155.75 -
System Red Green Blue C M Y K H S L
Decimal 205 143 183 0 0.30 0.11 0.20 321.29 0.38 0.68
Hex CD 8F B7 0 1E B 14 141 26 44
Octal 315 217 267 0 36 13 24 501 46 104
Binary 11001101 10001111 10110111 0 11110 1011 10100 101000001 100110 1000100

Color Harmonies of #CD8FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8FB7

Black with #CD8FB7

Text Example


Text Example

White with #CD8FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8FB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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