Html Css Color HEX #C68DAE Lily

📋 copy color: '#C68DAE'

red 198 ◦ green 141 ◦ blue 174

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

Shades of Lily #C68DAE

Tints of Lily #C68DAE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.49%

 BLUE value IS 174 (68.36% from 255) = 33.92%

R = 38.6%
G = 27.49%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C68DAE (or 0xC68DAE) is known color: Lily. HEX triplet: C6, 8D and AE. RGB value is (198,141,174). Sum of RGB (Red+Green+Blue) = 198+141+174=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 198 - color contains mainly: red. Hex color #C68DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68DAE is #397251. Grayscale: #A1A1A1. Windows color (decimal): -3764818 or 11439558. OLE color: 11439558.

HSL color Cylindrical-coordinate representation of color #C68DAE: hue angle of 325.26º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C68DAE is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 141 174 -
CMYK 0 0.29 0.12 0.22
HSL 325.26º 0.33% 0.66% -
HSV(B) 325.26º 0.29% 0.78% -
XYZ 40.45 34.11 44.5 -
YUV 161.81 134.88 153.82 -
System Red Green Blue C M Y K H S L
Decimal 198 141 174 0 0.29 0.12 0.22 325.26 0.33 0.66
Hex C6 8D AE 0 1D C 16 145 21 42
Octal 306 215 256 0 35 14 26 505 41 102
Binary 11000110 10001101 10101110 0 11101 1100 10110 101000101 100001 1000010

Color Harmonies of #C68DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68DAE

Black with #C68DAE

Text Example


Text Example

White with #C68DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68DAE; }

 p { color: rgb(198,141,174); }

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

background-color css

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

 a { background-color: rgb(198,141,174); }

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

border-color css

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

 span { border-color: rgb(198,141,174); }

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