Html Css Color HEX #C997D0 Lilac

📋 copy color: '#C997D0'

red 201 ◦ green 151 ◦ blue 208

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

Shades of Lilac #C997D0

Tints of Lilac #C997D0

RGB

 RED value IS 201 (78.91% from 255) = 35.89%

 GREEN value IS 151 (59.38% from 255) = 26.96%

 BLUE value IS 208 (81.64% from 255) = 37.14%

R = 35.89%
G = 26.96%
B = 37.14%

CMYK

 C value IS 0.03

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C997D0 (or 0xC997D0) is known color: Lilac. HEX triplet: C9, 97 and D0. RGB value is (201,151,208). Sum of RGB (Red+Green+Blue) = 201+151+208=560 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.89% from 560); Green value is 151 (59.38% from 255 or 26.96% from 560); Blue value is 208 (81.64% from 255 or 37.14% from 560); Max value from RGB is 208 - color contains mainly: blue. Hex color #C997D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C997D0 is #36682F. Grayscale: #ACACAC. Windows color (decimal): -3565616 or 13670345. OLE color: 13670345.

HSL color Cylindrical-coordinate representation of color #C997D0: hue angle of 292.63º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C997D0 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 151 208 -
CMYK 0.03 0.27 0 0.18
HSL 292.63º 0.38% 0.7% -
HSV(B) 292.63º 0.27% 0.82% -
XYZ 46.54 39.1 64.77 -
YUV 172.45 148.07 148.37 -
System Red Green Blue C M Y K H S L
Decimal 201 151 208 0.03 0.27 0 0.18 292.63 0.38 0.7
Hex C9 97 D0 3 1B 0 12 125 26 46
Octal 311 227 320 3 33 0 22 445 46 106
Binary 11001001 10010111 11010000 11 11011 0 10010 100100101 100110 1000110

Color Harmonies of #C997D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C997D0

Black with #C997D0

Text Example


Text Example

White with #C997D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C997D0; }

 p { color: rgb(201,151,208); }

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

background-color css

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

 a { background-color: rgb(201,151,208); }

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

border-color css

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

 span { border-color: rgb(201,151,208); }

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