Html Css Color HEX #CD90C2 Lilac

📋 copy color: '#CD90C2'

red 205 ◦ green 144 ◦ blue 194

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

Shades of Lilac #CD90C2

Tints of Lilac #CD90C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.73%

R = 37.75%
G = 26.52%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#CD90C2 (or 0xCD90C2) is known color: Lilac. HEX triplet: CD, 90 and C2. RGB value is (205,144,194). Sum of RGB (Red+Green+Blue) = 205+144+194=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 194 (76.17% from 255 or 35.73% from 543); Max value from RGB is 205 - color contains mainly: red. Hex color #CD90C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD90C2 is #326F3D. Grayscale: #A7A7A7. Windows color (decimal): -3305278 or 12751053. OLE color: 12751053.

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

Color convert

RGB 205 144 194 -
CMYK 0 0.30 0.05 0.20
HSL 310.82º 0.38% 0.68% -
HSV(B) 310.82º 0.3% 0.8% -
XYZ 44.89 36.82 55.78 -
YUV 167.94 142.71 154.43 -
System Red Green Blue C M Y K H S L
Decimal 205 144 194 0 0.30 0.05 0.20 310.82 0.38 0.68
Hex CD 90 C2 0 1E 5 14 137 26 44
Octal 315 220 302 0 36 5 24 467 46 104
Binary 11001101 10010000 11000010 0 11110 101 10100 100110111 100110 1000100

Color Harmonies of #CD90C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD90C2

Black with #CD90C2

Text Example


Text Example

White with #CD90C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD90C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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