Html Css Color HEX #C68EAF Lily

📋 copy color: '#C68EAF'

red 198 ◦ green 142 ◦ blue 175

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

Shades of Lily #C68EAF

Tints of Lily #C68EAF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.57%

 BLUE value IS 175 (68.75% from 255) = 33.98%

R = 38.45%
G = 27.57%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C68EAF (or 0xC68EAF) is known color: Lily. HEX triplet: C6, 8E and AF. RGB value is (198,142,175). Sum of RGB (Red+Green+Blue) = 198+142+175=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 142 (55.86% from 255 or 27.57% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 198 - color contains mainly: red. Hex color #C68EAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68EAF is #397150. Grayscale: #A2A2A2. Windows color (decimal): -3764561 or 11505350. OLE color: 11505350.

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

Color convert

RGB 198 142 175 -
CMYK 0 0.28 0.12 0.22
HSL 324.64º 0.33% 0.67% -
HSV(B) 324.64º 0.28% 0.78% -
XYZ 40.7 34.45 45.06 -
YUV 162.51 135.05 153.32 -
System Red Green Blue C M Y K H S L
Decimal 198 142 175 0 0.28 0.12 0.22 324.64 0.33 0.67
Hex C6 8E AF 0 1C C 16 145 21 43
Octal 306 216 257 0 34 14 26 505 41 103
Binary 11000110 10001110 10101111 0 11100 1100 10110 101000101 100001 1000011

Color Harmonies of #C68EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68EAF

Black with #C68EAF

Text Example


Text Example

White with #C68EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68EAF; }

 p { color: rgb(198,142,175); }

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

background-color css

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

 a { background-color: rgb(198,142,175); }

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

border-color css

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

 span { border-color: rgb(198,142,175); }

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