Html Css Color HEX #CB8AAD Lily

📋 copy color: '#CB8AAD'

red 203 ◦ green 138 ◦ blue 173

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

Shades of Lily #CB8AAD

Tints of Lily #CB8AAD

RGB

 RED value IS 203 (79.69% from 255) = 39.49%

 GREEN value IS 138 (54.3% from 255) = 26.85%

 BLUE value IS 173 (67.97% from 255) = 33.66%

R = 39.49%
G = 26.85%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CB8AAD (or 0xCB8AAD) is known color: Lily. HEX triplet: CB, 8A and AD. RGB value is (203,138,173). Sum of RGB (Red+Green+Blue) = 203+138+173=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 138 (54.30% from 255 or 26.85% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8AAD is #347552. Grayscale: #A1A1A1. Windows color (decimal): -3437907 or 11373259. OLE color: 11373259.

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

Color convert

RGB 203 138 173 -
CMYK 0 0.32 0.15 0.20
HSL 327.69º 0.38% 0.67% -
HSV(B) 327.69º 0.32% 0.8% -
XYZ 41.26 33.89 43.9 -
YUV 161.43 134.53 157.65 -
System Red Green Blue C M Y K H S L
Decimal 203 138 173 0 0.32 0.15 0.20 327.69 0.38 0.67
Hex CB 8A AD 0 20 F 14 148 26 43
Octal 313 212 255 0 40 17 24 510 46 103
Binary 11001011 10001010 10101101 0 100000 1111 10100 101001000 100110 1000011

Color Harmonies of #CB8AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8AAD

Black with #CB8AAD

Text Example


Text Example

White with #CB8AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8AAD; }

 p { color: rgb(203,138,173); }

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

background-color css

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

 a { background-color: rgb(203,138,173); }

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

border-color css

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

 span { border-color: rgb(203,138,173); }

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