Html Css Color HEX #CD9BCD Lilac

📋 copy color: '#CD9BCD'

red 205 ◦ green 155 ◦ blue 205

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

Shades of Lilac #CD9BCD

Tints of Lilac #CD9BCD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.43%

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

R = 36.28%
G = 27.43%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CD9BCD (or 0xCD9BCD) is known color: Lilac. HEX triplet: CD, 9B and CD. RGB value is (205,155,205). Sum of RGB (Red+Green+Blue) = 205+155+205=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 155 (60.94% from 255 or 27.43% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CD9BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9BCD is #326432. Grayscale: #AFAFAF. Windows color (decimal): -3302451 or 13474765. OLE color: 13474765.

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

Color convert

RGB 205 155 205 -
CMYK 0 0.24 0 0.20
HSL 300º 0.33% 0.71% -
HSV(B) 300º 0.24% 0.8% -
XYZ 47.92 40.83 63.11 -
YUV 175.65 144.57 148.93 -
System Red Green Blue C M Y K H S L
Decimal 205 155 205 0 0.24 0 0.20 300 0.33 0.71
Hex CD 9B CD 0 18 0 14 12C 21 47
Octal 315 233 315 0 30 0 24 454 41 107
Binary 11001101 10011011 11001101 0 11000 0 10100 100101100 100001 1000111

Color Harmonies of #CD9BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9BCD

Black with #CD9BCD

Text Example


Text Example

White with #CD9BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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