Html Css Color HEX #CD98C1 Lilac

📋 copy color: '#CD98C1'

red 205 ◦ green 152 ◦ blue 193

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

Shades of Lilac #CD98C1

Tints of Lilac #CD98C1

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.64%

 BLUE value IS 193 (75.78% from 255) = 35.09%

R = 37.27%
G = 27.64%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CD98C1 (or 0xCD98C1) is known color: Lilac. HEX triplet: CD, 98 and C1. RGB value is (205,152,193). Sum of RGB (Red+Green+Blue) = 205+152+193=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 152 (59.77% from 255 or 27.64% from 550); Blue value is 193 (75.78% from 255 or 35.09% from 550); Max value from RGB is 205 - color contains mainly: red. Hex color #CD98C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD98C1 is #32673E. Grayscale: #ACACAC. Windows color (decimal): -3303231 or 12687565. OLE color: 12687565.

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

Color convert

RGB 205 152 193 -
CMYK 0 0.26 0.06 0.20
HSL 313.58º 0.35% 0.7% -
HSV(B) 313.58º 0.26% 0.8% -
XYZ 46.03 39.29 55.61 -
YUV 172.52 139.56 151.17 -
System Red Green Blue C M Y K H S L
Decimal 205 152 193 0 0.26 0.06 0.20 313.58 0.35 0.7
Hex CD 98 C1 0 1A 6 14 13A 23 46
Octal 315 230 301 0 32 6 24 472 43 106
Binary 11001101 10011000 11000001 0 11010 110 10100 100111010 100011 1000110

Color Harmonies of #CD98C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD98C1

Black with #CD98C1

Text Example


Text Example

White with #CD98C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD98C1; }

 p { color: rgb(205,152,193); }

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

background-color css

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

 a { background-color: rgb(205,152,193); }

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

border-color css

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

 span { border-color: rgb(205,152,193); }

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