Html Css Color HEX #CDB0CD Lilac

📋 copy color: '#CDB0CD'

red 205 ◦ green 176 ◦ blue 205

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

Shades of Lilac #CDB0CD

Tints of Lilac #CDB0CD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.03%

 BLUE value IS 205 (80.47% from 255) = 34.98%

R = 34.98%
G = 30.03%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CDB0CD (or 0xCDB0CD) is known color: Lilac. HEX triplet: CD, B0 and CD. RGB value is (205,176,205). Sum of RGB (Red+Green+Blue) = 205+176+205=586 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.98% from 586); Green value is 176 (69.14% from 255 or 30.03% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CDB0CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB0CD is #324F32. Grayscale: #BBBBBB. Windows color (decimal): -3297075 or 13480141. OLE color: 13480141.

HSL color Cylindrical-coordinate representation of color #CDB0CD: hue angle of 300º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDB0CD is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 176 205 -
CMYK 0 0.14 0 0.20
HSL 300º 0.22% 0.75% -
HSV(B) 300º 0.14% 0.8% -
XYZ 51.72 48.44 64.38 -
YUV 187.98 137.61 140.14 -
System Red Green Blue C M Y K H S L
Decimal 205 176 205 0 0.14 0 0.20 300 0.22 0.75
Hex CD B0 CD 0 E 0 14 12C 16 4B
Octal 315 260 315 0 16 0 24 454 26 113
Binary 11001101 10110000 11001101 0 1110 0 10100 100101100 10110 1001011

Color Harmonies of #CDB0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB0CD

Black with #CDB0CD

Text Example


Text Example

White with #CDB0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB0CD; }

 p { color: rgb(205,176,205); }

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

background-color css

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

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

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

border-color css

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

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

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