Html Css Color HEX #CD90CD Lilac

📋 copy color: '#CD90CD'

red 205 ◦ green 144 ◦ blue 205

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

Shades of Lilac #CD90CD

Tints of Lilac #CD90CD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.99%

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

R = 37%
G = 25.99%
B = 37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CD90CD (or 0xCD90CD) is known color: Lilac. HEX triplet: CD, 90 and CD. RGB value is (205,144,205). Sum of RGB (Red+Green+Blue) = 205+144+205=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CD90CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD90CD is #326F32. Grayscale: #A9A9A9. Windows color (decimal): -3305267 or 13471949. OLE color: 13471949.

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

Color convert

RGB 205 144 205 -
CMYK 0 0.30 0 0.20
HSL 300º 0.38% 0.68% -
HSV(B) 300º 0.3% 0.8% -
XYZ 46.17 37.33 62.53 -
YUV 169.19 148.21 153.54 -
System Red Green Blue C M Y K H S L
Decimal 205 144 205 0 0.30 0 0.20 300 0.38 0.68
Hex CD 90 CD 0 1E 0 14 12C 26 44
Octal 315 220 315 0 36 0 24 454 46 104
Binary 11001101 10010000 11001101 0 11110 0 10100 100101100 100110 1000100

Color Harmonies of #CD90CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD90CD

Black with #CD90CD

Text Example


Text Example

White with #CD90CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD90CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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