Html Css Color HEX #C67CAF Lily

📋 copy color: '#C67CAF'

red 198 ◦ green 124 ◦ blue 175

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

Shades of Lily #C67CAF

Tints of Lily #C67CAF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.95%

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

R = 39.84%
G = 24.95%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C67CAF (or 0xC67CAF) is known color: Lily. HEX triplet: C6, 7C and AF. RGB value is (198,124,175). Sum of RGB (Red+Green+Blue) = 198+124+175=497 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.84% from 497); Green value is 124 (48.83% from 255 or 24.95% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 198 - color contains mainly: red. Hex color #C67CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67CAF is #398350. Grayscale: #979797. Windows color (decimal): -3769169 or 11500742. OLE color: 11500742.

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

Color convert

RGB 198 124 175 -
CMYK 0 0.37 0.12 0.22
HSL 318.65º 0.39% 0.63% -
HSV(B) 318.65º 0.37% 0.78% -
XYZ 38.23 29.52 44.24 -
YUV 151.94 141.02 160.85 -
System Red Green Blue C M Y K H S L
Decimal 198 124 175 0 0.37 0.12 0.22 318.65 0.39 0.63
Hex C6 7C AF 0 25 C 16 13F 27 3F
Octal 306 174 257 0 45 14 26 477 47 77
Binary 11000110 1111100 10101111 0 100101 1100 10110 100111111 100111 111111

Color Harmonies of #C67CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67CAF

Black with #C67CAF

Text Example


Text Example

White with #C67CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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