Html Css Color HEX #CD8BBC Lily

📋 copy color: '#CD8BBC'

red 205 ◦ green 139 ◦ blue 188

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

Shades of Lily #CD8BBC

Tints of Lily #CD8BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.34%

R = 38.53%
G = 26.13%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CD8BBC (or 0xCD8BBC) is known color: Lily. HEX triplet: CD, 8B and BC. RGB value is (205,139,188). Sum of RGB (Red+Green+Blue) = 205+139+188=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 139 (54.69% from 255 or 26.13% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8BBC is #327443. Grayscale: #A4A4A4. Windows color (decimal): -3306564 or 12356557. OLE color: 12356557.

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

Color convert

RGB 205 139 188 -
CMYK 0 0.32 0.08 0.20
HSL 315.45º 0.4% 0.67% -
HSV(B) 315.45º 0.32% 0.8% -
XYZ 43.49 35.08 52.06 -
YUV 164.32 141.37 157.02 -
System Red Green Blue C M Y K H S L
Decimal 205 139 188 0 0.32 0.08 0.20 315.45 0.4 0.67
Hex CD 8B BC 0 20 8 14 13B 28 43
Octal 315 213 274 0 40 10 24 473 50 103
Binary 11001101 10001011 10111100 0 100000 1000 10100 100111011 101000 1000011

Color Harmonies of #CD8BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8BBC

Black with #CD8BBC

Text Example


Text Example

White with #CD8BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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