Html Css Color HEX #CD8BD0 Lilac

📋 copy color: '#CD8BD0'

red 205 ◦ green 139 ◦ blue 208

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

Shades of Lilac #CD8BD0

Tints of Lilac #CD8BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.68%

R = 37.14%
G = 25.18%
B = 37.68%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CD8BD0 (or 0xCD8BD0) is known color: Lilac. HEX triplet: CD, 8B and D0. RGB value is (205,139,208). Sum of RGB (Red+Green+Blue) = 205+139+208=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 139 (54.69% from 255 or 25.18% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 208 - color contains mainly: blue. Hex color #CD8BD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8BD0 is #32742F. Grayscale: #A6A6A6. Windows color (decimal): -3306544 or 13667277. OLE color: 13667277.

HSL color Cylindrical-coordinate representation of color #CD8BD0: hue angle of 297.39º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD8BD0 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 139 208 -
CMYK 0.01 0.33 0 0.18
HSL 297.39º 0.42% 0.68% -
HSV(B) 297.39º 0.33% 0.82% -
XYZ 45.79 36 64.21 -
YUV 166.6 151.37 155.39 -
System Red Green Blue C M Y K H S L
Decimal 205 139 208 0.01 0.33 0 0.18 297.39 0.42 0.68
Hex CD 8B D0 1 21 0 12 129 2A 44
Octal 315 213 320 1 41 0 22 451 52 104
Binary 11001101 10001011 11010000 1 100001 0 10010 100101001 101010 1000100

Color Harmonies of #CD8BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8BD0

Black with #CD8BD0

Text Example


Text Example

White with #CD8BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8BD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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