Html Css Color HEX #CD90CF Lilac

📋 copy color: '#CD90CF'

red 205 ◦ green 144 ◦ blue 207

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

Shades of Lilac #CD90CF

Tints of Lilac #CD90CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.23%

R = 36.87%
G = 25.9%
B = 37.23%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CD90CF (or 0xCD90CF) is known color: Lilac. HEX triplet: CD, 90 and CF. RGB value is (205,144,207). Sum of RGB (Red+Green+Blue) = 205+144+207=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 144 (56.64% from 255 or 25.90% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 207 - color contains mainly: blue. Hex color #CD90CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD90CF is #326F30. Grayscale: #A9A9A9. Windows color (decimal): -3305265 or 13603021. OLE color: 13603021.

HSL color Cylindrical-coordinate representation of color #CD90CF: hue angle of 298.1º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CD90CF is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 205 144 207 -
CMYK 0.01 0.30 0 0.19
HSL 298.1º 0.4% 0.69% -
HSV(B) 298.1º 0.3% 0.81% -
XYZ 46.41 37.43 63.81 -
YUV 169.42 149.21 153.38 -
System Red Green Blue C M Y K H S L
Decimal 205 144 207 0.01 0.30 0 0.19 298.1 0.4 0.69
Hex CD 90 CF 1 1E 0 13 12A 28 45
Octal 315 220 317 1 36 0 23 452 50 105
Binary 11001101 10010000 11001111 1 11110 0 10011 100101010 101000 1000101

Color Harmonies of #CD90CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD90CF

Black with #CD90CF

Text Example


Text Example

White with #CD90CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD90CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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