Html Css Color HEX #CD94C0 Lilac

📋 copy color: '#CD94C0'

red 205 ◦ green 148 ◦ blue 192

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

Shades of Lilac #CD94C0

Tints of Lilac #CD94C0

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.16%

 BLUE value IS 192 (75.39% from 255) = 35.23%

R = 37.61%
G = 27.16%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CD94C0 (or 0xCD94C0) is known color: Lilac. HEX triplet: CD, 94 and C0. RGB value is (205,148,192). Sum of RGB (Red+Green+Blue) = 205+148+192=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 148 (58.20% from 255 or 27.16% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 205 - color contains mainly: red. Hex color #CD94C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD94C0 is #326B3F. Grayscale: #A9A9A9. Windows color (decimal): -3304256 or 12621005. OLE color: 12621005.

HSL color Cylindrical-coordinate representation of color #CD94C0: hue angle of 313.68º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CD94C0 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 148 192 -
CMYK 0 0.28 0.06 0.20
HSL 313.68º 0.36% 0.69% -
HSV(B) 313.68º 0.28% 0.8% -
XYZ 45.28 37.96 54.81 -
YUV 170.06 140.38 152.92 -
System Red Green Blue C M Y K H S L
Decimal 205 148 192 0 0.28 0.06 0.20 313.68 0.36 0.69
Hex CD 94 C0 0 1C 6 14 13A 24 45
Octal 315 224 300 0 34 6 24 472 44 105
Binary 11001101 10010100 11000000 0 11100 110 10100 100111010 100100 1000101

Color Harmonies of #CD94C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD94C0

Black with #CD94C0

Text Example


Text Example

White with #CD94C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD94C0; }

 p { color: rgb(205,148,192); }

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

background-color css

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

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

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

border-color css

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

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

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