Html Css Color HEX #C69DB1 Lily

📋 copy color: '#C69DB1'

red 198 ◦ green 157 ◦ blue 177

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

Shades of Lily #C69DB1

Tints of Lily #C69DB1

RGB

 RED value IS 198 (77.73% from 255) = 37.22%

 GREEN value IS 157 (61.72% from 255) = 29.51%

 BLUE value IS 177 (69.53% from 255) = 33.27%

R = 37.22%
G = 29.51%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C69DB1 (or 0xC69DB1) is known color: Lily. HEX triplet: C6, 9D and B1. RGB value is (198,157,177). Sum of RGB (Red+Green+Blue) = 198+157+177=532 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.22% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 177 (69.53% from 255 or 33.27% from 532); Max value from RGB is 198 - color contains mainly: red. Hex color #C69DB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69DB1 is #39624E. Grayscale: #ABABAB. Windows color (decimal): -3760719 or 11640262. OLE color: 11640262.

HSL color Cylindrical-coordinate representation of color #C69DB1: hue angle of 330.73º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C69DB1 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 157 177 -
CMYK 0 0.21 0.11 0.22
HSL 330.73º 0.26% 0.7% -
HSV(B) 330.73º 0.21% 0.78% -
XYZ 43.28 39.29 46.9 -
YUV 171.54 131.08 146.87 -
System Red Green Blue C M Y K H S L
Decimal 198 157 177 0 0.21 0.11 0.22 330.73 0.26 0.7
Hex C6 9D B1 0 15 B 16 14B 1A 46
Octal 306 235 261 0 25 13 26 513 32 106
Binary 11000110 10011101 10110001 0 10101 1011 10110 101001011 11010 1000110

Color Harmonies of #C69DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69DB1

Black with #C69DB1

Text Example


Text Example

White with #C69DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69DB1; }

 p { color: rgb(198,157,177); }

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

background-color css

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

 a { background-color: rgb(198,157,177); }

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

border-color css

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

 span { border-color: rgb(198,157,177); }

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