Html Css Color HEX #C67DAD Lily

📋 copy color: '#C67DAD'

red 198 ◦ green 125 ◦ blue 173

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

Shades of Lily #C67DAD

Tints of Lily #C67DAD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.2%

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

R = 39.92%
G = 25.2%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C67DAD (or 0xC67DAD) is known color: Lily. HEX triplet: C6, 7D and AD. RGB value is (198,125,173). Sum of RGB (Red+Green+Blue) = 198+125+173=496 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.92% from 496); Green value is 125 (49.22% from 255 or 25.20% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 198 - color contains mainly: red. Hex color #C67DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67DAD is #398252. Grayscale: #989898. Windows color (decimal): -3768915 or 11369926. OLE color: 11369926.

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

Color convert

RGB 198 125 173 -
CMYK 0 0.37 0.13 0.22
HSL 320.55º 0.39% 0.63% -
HSV(B) 320.55º 0.37% 0.78% -
XYZ 38.17 29.69 43.25 -
YUV 152.3 139.68 160.6 -
System Red Green Blue C M Y K H S L
Decimal 198 125 173 0 0.37 0.13 0.22 320.55 0.39 0.63
Hex C6 7D AD 0 25 D 16 141 27 3F
Octal 306 175 255 0 45 15 26 501 47 77
Binary 11000110 1111101 10101101 0 100101 1101 10110 101000001 100111 111111

Color Harmonies of #C67DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67DAD

Black with #C67DAD

Text Example


Text Example

White with #C67DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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