Html Css Color HEX #CD90D4 Lilac

📋 copy color: '#CD90D4'

red 205 ◦ green 144 ◦ blue 212

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

Shades of Lilac #CD90D4

Tints of Lilac #CD90D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.79%

R = 36.54%
G = 25.67%
B = 37.79%

CMYK

 C value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CD90D4 (or 0xCD90D4) is known color: Lilac. HEX triplet: CD, 90 and D4. RGB value is (205,144,212). Sum of RGB (Red+Green+Blue) = 205+144+212=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 144 (56.64% from 255 or 25.67% from 561); Blue value is 212 (83.20% from 255 or 37.79% from 561); Max value from RGB is 212 - color contains mainly: blue. Hex color #CD90D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD90D4 is #326F2B. Grayscale: #A9A9A9. Windows color (decimal): -3305260 or 13930701. OLE color: 13930701.

HSL color Cylindrical-coordinate representation of color #CD90D4: hue angle of 293.82º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CD90D4 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 205 144 212 -
CMYK 0.03 0.32 0 0.17
HSL 293.82º 0.44% 0.7% -
HSV(B) 293.82º 0.32% 0.83% -
XYZ 47.03 37.68 67.08 -
YUV 169.99 151.71 152.97 -
System Red Green Blue C M Y K H S L
Decimal 205 144 212 0.03 0.32 0 0.17 293.82 0.44 0.7
Hex CD 90 D4 3 20 0 11 126 2C 46
Octal 315 220 324 3 40 0 21 446 54 106
Binary 11001101 10010000 11010100 11 100000 0 10001 100100110 101100 1000110

Color Harmonies of #CD90D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD90D4

Black with #CD90D4

Text Example


Text Example

White with #CD90D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD90D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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