Html Css Color HEX #C69AAD Lily

📋 copy color: '#C69AAD'

red 198 ◦ green 154 ◦ blue 173

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

Shades of Lily #C69AAD

Tints of Lily #C69AAD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.33%

 BLUE value IS 173 (67.97% from 255) = 32.95%

R = 37.71%
G = 29.33%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C69AAD (or 0xC69AAD) is known color: Lily. HEX triplet: C6, 9A and AD. RGB value is (198,154,173). Sum of RGB (Red+Green+Blue) = 198+154+173=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 154 (60.55% from 255 or 29.33% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 198 - color contains mainly: red. Hex color #C69AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69AAD is #396552. Grayscale: #A9A9A9. Windows color (decimal): -3761491 or 11377350. OLE color: 11377350.

HSL color Cylindrical-coordinate representation of color #C69AAD: hue angle of 334.09º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C69AAD is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 154 173 -
CMYK 0 0.22 0.13 0.22
HSL 334.09º 0.28% 0.69% -
HSV(B) 334.09º 0.22% 0.78% -
XYZ 42.39 38.13 44.66 -
YUV 169.32 130.08 148.46 -
System Red Green Blue C M Y K H S L
Decimal 198 154 173 0 0.22 0.13 0.22 334.09 0.28 0.69
Hex C6 9A AD 0 16 D 16 14E 1C 45
Octal 306 232 255 0 26 15 26 516 34 105
Binary 11000110 10011010 10101101 0 10110 1101 10110 101001110 11100 1000101

Color Harmonies of #C69AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69AAD

Black with #C69AAD

Text Example


Text Example

White with #C69AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69AAD; }

 p { color: rgb(198,154,173); }

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

background-color css

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

 a { background-color: rgb(198,154,173); }

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

border-color css

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

 span { border-color: rgb(198,154,173); }

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