Html Css Color HEX #CD8FBB Lily

📋 copy color: '#CD8FBB'

red 205 ◦ green 143 ◦ blue 187

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

Shades of Lily #CD8FBB

Tints of Lily #CD8FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.95%

R = 38.32%
G = 26.73%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CD8FBB (or 0xCD8FBB) is known color: Lily. HEX triplet: CD, 8F and BB. RGB value is (205,143,187). Sum of RGB (Red+Green+Blue) = 205+143+187=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8FBB is #327044. Grayscale: #A6A6A6. Windows color (decimal): -3305541 or 12292045. OLE color: 12292045.

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

Color convert

RGB 205 143 187 -
CMYK 0 0.30 0.09 0.20
HSL 317.42º 0.38% 0.68% -
HSV(B) 317.42º 0.3% 0.8% -
XYZ 43.97 36.21 51.69 -
YUV 166.55 139.54 155.42 -
System Red Green Blue C M Y K H S L
Decimal 205 143 187 0 0.30 0.09 0.20 317.42 0.38 0.68
Hex CD 8F BB 0 1E 9 14 13D 26 44
Octal 315 217 273 0 36 11 24 475 46 104
Binary 11001101 10001111 10111011 0 11110 1001 10100 100111101 100110 1000100

Color Harmonies of #CD8FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8FBB

Black with #CD8FBB

Text Example


Text Example

White with #CD8FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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