Html Css Color HEX #CD90CA Lilac

📋 copy color: '#CD90CA'

red 205 ◦ green 144 ◦ blue 202

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

Shades of Lilac #CD90CA

Tints of Lilac #CD90CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.66%

R = 37.21%
G = 26.13%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CD90CA (or 0xCD90CA) is known color: Lilac. HEX triplet: CD, 90 and CA. RGB value is (205,144,202). Sum of RGB (Red+Green+Blue) = 205+144+202=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 144 (56.64% from 255 or 26.13% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 205 - color contains mainly: red. Hex color #CD90CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD90CA is #326F35. Grayscale: #A8A8A8. Windows color (decimal): -3305270 or 13275341. OLE color: 13275341.

HSL color Cylindrical-coordinate representation of color #CD90CA: hue angle of 302.95º 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 #CD90CA is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 144 202 -
CMYK 0 0.30 0.01 0.20
HSL 302.95º 0.38% 0.68% -
HSV(B) 302.95º 0.3% 0.8% -
XYZ 45.81 37.19 60.64 -
YUV 168.85 146.71 153.78 -
System Red Green Blue C M Y K H S L
Decimal 205 144 202 0 0.30 0.01 0.20 302.95 0.38 0.68
Hex CD 90 CA 0 1E 1 14 12F 26 44
Octal 315 220 312 0 36 1 24 457 46 104
Binary 11001101 10010000 11001010 0 11110 1 10100 100101111 100110 1000100

Color Harmonies of #CD90CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD90CA

Black with #CD90CA

Text Example


Text Example

White with #CD90CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD90CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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