Html Css Color HEX #C69DBD Lily

📋 copy color: '#C69DBD'

red 198 ◦ green 157 ◦ blue 189

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

Shades of Lily #C69DBD

Tints of Lily #C69DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.74%

R = 36.4%
G = 28.86%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C69DBD (or 0xC69DBD) is known color: Lily. HEX triplet: C6, 9D and BD. RGB value is (198,157,189). Sum of RGB (Red+Green+Blue) = 198+157+189=544 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.40% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 198 - color contains mainly: red. Hex color #C69DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69DBD is #396242. Grayscale: #ACACAC. Windows color (decimal): -3760707 or 12426694. OLE color: 12426694.

HSL color Cylindrical-coordinate representation of color #C69DBD: hue angle of 313.17º 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 #C69DBD is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 157 189 -
CMYK 0 0.21 0.05 0.22
HSL 313.17º 0.26% 0.7% -
HSV(B) 313.17º 0.21% 0.78% -
XYZ 44.53 39.79 53.48 -
YUV 172.91 137.08 145.9 -
System Red Green Blue C M Y K H S L
Decimal 198 157 189 0 0.21 0.05 0.22 313.17 0.26 0.7
Hex C6 9D BD 0 15 5 16 139 1A 46
Octal 306 235 275 0 25 5 26 471 32 106
Binary 11000110 10011101 10111101 0 10101 101 10110 100111001 11010 1000110

Color Harmonies of #C69DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69DBD

Black with #C69DBD

Text Example


Text Example

White with #C69DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69DBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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