Html Css Color HEX #CD8FB3 Lily

📋 copy color: '#CD8FB3'

red 205 ◦ green 143 ◦ blue 179

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

Shades of Lily #CD8FB3

Tints of Lily #CD8FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.97%

R = 38.9%
G = 27.13%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CD8FB3 (or 0xCD8FB3) is known color: Lily. HEX triplet: CD, 8F and B3. RGB value is (205,143,179). Sum of RGB (Red+Green+Blue) = 205+143+179=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 179 (70.31% from 255 or 33.97% from 527); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8FB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8FB3 is #32704C. Grayscale: #A5A5A5. Windows color (decimal): -3305549 or 11767757. OLE color: 11767757.

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

Color convert

RGB 205 143 179 -
CMYK 0 0.30 0.13 0.20
HSL 325.16º 0.38% 0.68% -
HSV(B) 325.16º 0.3% 0.8% -
XYZ 43.14 35.88 47.3 -
YUV 165.64 135.54 156.07 -
System Red Green Blue C M Y K H S L
Decimal 205 143 179 0 0.30 0.13 0.20 325.16 0.38 0.68
Hex CD 8F B3 0 1E D 14 145 26 44
Octal 315 217 263 0 36 15 24 505 46 104
Binary 11001101 10001111 10110011 0 11110 1101 10100 101000101 100110 1000100

Color Harmonies of #CD8FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8FB3

Black with #CD8FB3

Text Example


Text Example

White with #CD8FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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