Html Css Color HEX #CD8BB2 Lily

📋 copy color: '#CD8BB2'

red 205 ◦ green 139 ◦ blue 178

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

Shades of Lily #CD8BB2

Tints of Lily #CD8BB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.1%

R = 39.27%
G = 26.63%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CD8BB2 (or 0xCD8BB2) is known color: Lily. HEX triplet: CD, 8B and B2. RGB value is (205,139,178). Sum of RGB (Red+Green+Blue) = 205+139+178=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 139 (54.69% from 255 or 26.63% from 522); Blue value is 178 (69.92% from 255 or 34.10% from 522); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8BB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8BB2 is #32744D. Grayscale: #A3A3A3. Windows color (decimal): -3306574 or 11701197. OLE color: 11701197.

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

Color convert

RGB 205 139 178 -
CMYK 0 0.32 0.13 0.20
HSL 324.55º 0.4% 0.67% -
HSV(B) 324.55º 0.32% 0.8% -
XYZ 42.45 34.66 46.57 -
YUV 163.18 136.37 157.83 -
System Red Green Blue C M Y K H S L
Decimal 205 139 178 0 0.32 0.13 0.20 324.55 0.4 0.67
Hex CD 8B B2 0 20 D 14 145 28 43
Octal 315 213 262 0 40 15 24 505 50 103
Binary 11001101 10001011 10110010 0 100000 1101 10100 101000101 101000 1000011

Color Harmonies of #CD8BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8BB2

Black with #CD8BB2

Text Example


Text Example

White with #CD8BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8BB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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