Html Css Color HEX #C68FAF Lily

📋 copy color: '#C68FAF'

red 198 ◦ green 143 ◦ blue 175

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

Shades of Lily #C68FAF

Tints of Lily #C68FAF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.71%

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

R = 38.37%
G = 27.71%
B = 33.91%

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

#C68FAF (or 0xC68FAF) is known color: Lily. HEX triplet: C6, 8F and AF. RGB value is (198,143,175). Sum of RGB (Red+Green+Blue) = 198+143+175=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 198 - color contains mainly: red. Hex color #C68FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68FAF is #397050. Grayscale: #A3A3A3. Windows color (decimal): -3764305 or 11505606. OLE color: 11505606.

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

Color convert

RGB 198 143 175 -
CMYK 0 0.28 0.12 0.22
HSL 325.09º 0.33% 0.67% -
HSV(B) 325.09º 0.28% 0.78% -
XYZ 40.85 34.75 45.11 -
YUV 163.09 134.72 152.9 -
System Red Green Blue C M Y K H S L
Decimal 198 143 175 0 0.28 0.12 0.22 325.09 0.33 0.67
Hex C6 8F AF 0 1C C 16 145 21 43
Octal 306 217 257 0 34 14 26 505 41 103
Binary 11000110 10001111 10101111 0 11100 1100 10110 101000101 100001 1000011

Color Harmonies of #C68FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68FAF

Black with #C68FAF

Text Example


Text Example

White with #C68FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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