Html Css Color HEX #CD98C0 Lily

📋 copy color: '#CD98C0'

red 205 ◦ green 152 ◦ blue 192

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

Shades of Lily #CD98C0

Tints of Lily #CD98C0

RGB

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

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

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

R = 37.34%
G = 27.69%
B = 34.97%

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

#CD98C0 (or 0xCD98C0) is known color: Lily. HEX triplet: CD, 98 and C0. RGB value is (205,152,192). Sum of RGB (Red+Green+Blue) = 205+152+192=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 152 (59.77% from 255 or 27.69% from 549); Blue value is 192 (75.39% from 255 or 34.97% from 549); Max value from RGB is 205 - color contains mainly: red. Hex color #CD98C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD98C0 is #32673F. Grayscale: #ACACAC. Windows color (decimal): -3303232 or 12622029. OLE color: 12622029.

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

Color convert

RGB 205 152 192 -
CMYK 0 0.26 0.06 0.20
HSL 314.72º 0.35% 0.7% -
HSV(B) 314.72º 0.26% 0.8% -
XYZ 45.92 39.24 55.02 -
YUV 172.41 139.06 151.25 -
System Red Green Blue C M Y K H S L
Decimal 205 152 192 0 0.26 0.06 0.20 314.72 0.35 0.7
Hex CD 98 C0 0 1A 6 14 13B 23 46
Octal 315 230 300 0 32 6 24 473 43 106
Binary 11001101 10011000 11000000 0 11010 110 10100 100111011 100011 1000110

Color Harmonies of #CD98C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD98C0

Black with #CD98C0

Text Example


Text Example

White with #CD98C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD98C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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